This is an archive of the discontinued LLVM Phabricator instance.

[libclang] CIndex: Visit UsingTypeLoc as TypeRef
ClosedPublic

Authored by kiloalphaindia on Oct 9 2022, 11:20 PM.

Diff Detail

Event Timeline

kiloalphaindia created this revision.Oct 9 2022, 11:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2022, 11:20 PM
Herald added a subscriber: arphaman. · View Herald Transcript
kiloalphaindia requested review of this revision.Oct 9 2022, 11:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2022, 11:20 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sammccall accepted this revision.Oct 10 2022, 7:30 AM
sammccall added inline comments.
clang/unittests/libclang/TestUtils.h
85

nit: if you're moving this function here, I think you should also rename it to either fromCXString (matches style guide) or FromCXString (matches surrounding code)

This revision is now accepted and ready to land.Oct 10 2022, 7:30 AM

renamed function from_CXString -> fromCXString

@sammccall I don't think I can commit anything. Can you please do it?

This revision was automatically updated to reflect the committed changes.