[PATCH] D26285: [index] Expose FriendDecl

Olivier Goffart via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 3 10:35:15 PDT 2016


ogoffart created this revision.
ogoffart added reviewers: cfe-commits, alexey.klimov.dev, bkramer.

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)


https://reviews.llvm.org/D26285

Files:
  include/clang-c/Index.h
  lib/Sema/SemaCodeComplete.cpp
  test/Index/load-classes.cpp
  tools/libclang/CIndex.cpp
  tools/libclang/CursorVisitor.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26285.76873.patch
Type: text/x-patch
Size: 5803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161103/d68a5b2e/attachment.bin>


More information about the cfe-commits mailing list