llvm-project/clang-tools-extra/unittests/include-fixer/find-all-symbols
Eric Liu 1899d54ed0 [include-fixer] do not index friend function declaration.
Summary:
we want to exclude friend declaration, but the `DeclContext` of a
friend function declaration is not the class in which it is declared, so we need
to explicitly check if the parent is a `friendDecl`.

Reviewers: bkramer

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D21175

llvm-svn: 272261
2016-06-09 14:18:40 +00:00
..
CMakeLists.txt FindAllSymbolsTests doesn't require clangToolingCore. 2016-05-18 00:53:27 +00:00
FindAllSymbolsTests.cpp [include-fixer] do not index friend function declaration. 2016-06-09 14:18:40 +00:00