]> granicus.if.org Git - clang/commit
Fix the doc extraction script to work with hasAnyName and with equalsNode.
authorSamuel Benzaquen <sbenza@google.com>
Wed, 4 May 2016 20:45:00 +0000 (20:45 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Wed, 4 May 2016 20:45:00 +0000 (20:45 +0000)
commitdfe2be47d8dfef3190459d024252576197ed63c9
treeb6d9d15ccc836564056b1c302ccdbcabc09f8640
parentfb730fabc937de83af701ae7daa077cd28941fae
Fix the doc extraction script to work with hasAnyName and with equalsNode.

The change from llvm::VariadicFunction to internal::VariadicFunction
broke the extraction of hasAnyName().
equalsNode was broken because the argument type is 'const XXXX*' and
the internal space caused a failure on the regex.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268548 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
docs/tools/dump_ast_matchers.py