Fix docs generation for the AST matchers:
1. Move internal functions into ASTMatchersInternal. 2. Adapt dump_ast_matchers.py to the new VariadicOperatorMatcherFunc signature. 3. Update the actual docs with the updated tool / code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202017 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/LibASTMatchersReference.html 73 additions, 31 deletionsdocs/LibASTMatchersReference.html
- docs/tools/dump_ast_matchers.py 9 additions, 4 deletionsdocs/tools/dump_ast_matchers.py
- include/clang/ASTMatchers/ASTMatchers.h 4 additions, 24 deletionsinclude/clang/ASTMatchers/ASTMatchers.h
- include/clang/ASTMatchers/ASTMatchersInternal.h 20 additions, 0 deletionsinclude/clang/ASTMatchers/ASTMatchersInternal.h
Loading
Please register or sign in to comment