Add an AST matcher for real floating-point types. e.g., float, double, long...
Add an AST matcher for real floating-point types. e.g., float, double, long double, but not complex. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261221 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/LibASTMatchersReference.html 40 additions, 18 deletionsdocs/LibASTMatchersReference.html
- include/clang/ASTMatchers/ASTMatchers.h 13 additions, 0 deletionsinclude/clang/ASTMatchers/ASTMatchers.h
- lib/ASTMatchers/Dynamic/Registry.cpp 1 addition, 0 deletionslib/ASTMatchers/Dynamic/Registry.cpp
- unittests/ASTMatchers/ASTMatchersTest.cpp 9 additions, 0 deletionsunittests/ASTMatchers/ASTMatchersTest.cpp
Loading
Please register or sign in to comment