Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
These methods should be prefixed with clang_Cursor_ to match the naming convention.
Is it possible to add a libClang unittest for these?
Paths
| Differential D86991
[libclang] Expose couple AST details ClosedPublic Authored by jkorous on Sep 1 2020, 5:05 PM.
Details
Diff Detail
Event TimelineComment Actions These methods should be prefixed with clang_Cursor_ to match the naming convention. Is it possible to add a libClang unittest for these? This revision is now accepted and ready to land.Sep 4 2020, 1:29 PM Closed by commit rG052f83890349: [libclang] Expose couple more AST details via cursors (authored by jkorous). · Explain WhySep 4 2020, 1:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 290021 clang/include/clang-c/Index.h
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/libclang.exports
clang/unittests/libclang/LibclangTest.cpp
|