I need to be able to visit friend declarations (the function) for the clang based qdoc (documentation parser).
This also fix KDevelop not highlighting friend declarations. (Espetialy ennoying when declaring an operator with a body)
Paths
| Differential D26285
[index] Expose FriendDecl ClosedPublic Authored by ogoffart on Nov 3 2016, 10:35 AM.
Details
Summary I need to be able to visit friend declarations (the function) for the clang based qdoc (documentation parser). This also fix KDevelop not highlighting friend declarations. (Espetialy ennoying when declaring an operator with a body)
Diff Detail Event Timelineogoffart updated this object. This revision is now accepted and ready to land.Nov 3 2016, 2:35 PM Closed by commit rL285984: [index] Expose FriendDecl (authored by ogoffart). · Explain WhyNov 3 2016, 11:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 76873 include/clang-c/Index.h
lib/Sema/SemaCodeComplete.cpp
test/Index/load-classes.cpp
tools/libclang/CIndex.cpp
tools/libclang/CursorVisitor.h
|