]> granicus.if.org Git - clang/commit
Add hasAttr matcher for declarations.
authorManuel Klimek <klimek@google.com>
Mon, 25 Aug 2014 11:23:50 +0000 (11:23 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 25 Aug 2014 11:23:50 +0000 (11:23 +0000)
commitccbd7aeb11adc607a43f7d95deee4c1b9c9afc94
tree166ce37b820cbbbb490a947e198f2e2e8e75aec5
parent89692ccf3dbc16ca84efae4378d0588123f192b8
Add hasAttr matcher for declarations.

Delete special-case CUDA attribute matchers.

Patch by Jacques Pienaar.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216379 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Marshallers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp