]> granicus.if.org Git - clang/commit
Fix AST matcher documentation for overloaded matchers.
authorManuel Klimek <klimek@google.com>
Mon, 24 Feb 2014 10:40:22 +0000 (10:40 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 24 Feb 2014 10:40:22 +0000 (10:40 +0000)
commit52143b197dab8d4fd9f79b9a9ef5ef066d4e5f91
treece8602bd54f216dfe8dd86a7f78c1c7482cae997
parent7cdc75b982d7223838e08deb510292db98ccf54a
Fix AST matcher documentation for overloaded matchers.

Before this patch we would only use the fist occurance of a matcher
function in the documentation, for example leaving out
hasType(Matcher<QualType>).

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