]> granicus.if.org Git - clang/commit
Fix docs generation for the AST matchers:
authorManuel Klimek <klimek@google.com>
Mon, 24 Feb 2014 10:28:36 +0000 (10:28 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 24 Feb 2014 10:28:36 +0000 (10:28 +0000)
commit7cdc75b982d7223838e08deb510292db98ccf54a
tree9c5247e62499c78afe3e75b27670749d87731f94
parent3790613579db81a9f78a7ddad5382dbeec43a07a
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
docs/LibASTMatchersReference.html
docs/tools/dump_ast_matchers.py
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h