Freestanding overloads are represented as FunctionDecls in the AST, make
the matcher also match them.
Details
Details
Diff Detail
Diff Detail
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 11372 include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
unittests/ASTMatchers/ASTMatchersTest.cpp
|