Freestanding overloads are represented as FunctionDecls in the AST, make
the matcher also match them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D4493
[ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads. ClosedPublic Authored by bkramer on Jul 14 2014, 5:56 AM.
Details Summary Freestanding overloads are represented as FunctionDecls in the AST, make
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2014, 6:06 AM
Revision Contents
Diff 11379 cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h
cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp
|