summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorDeLesley Hutchins <delesley@google.com>2013-12-30 17:24:36 +0000
committerDeLesley Hutchins <delesley@google.com>2013-12-30 17:24:36 +0000
commitc4a82438a7c530aaa3d94e5942355b788de525a2 (patch)
treeae872cff327bd3f9135d9970b4483a65f983bdb7 /clang/lib
parentd86672037b3a0b030ce00bf1badff59d380f0a51 (diff)
downloadbcm5719-llvm-c4a82438a7c530aaa3d94e5942355b788de525a2.tar.gz
bcm5719-llvm-c4a82438a7c530aaa3d94e5942355b788de525a2.zip
Update RecursiveASTVisitor so that it visits attributes. This is currently
important for thread safety attributes, which contain expressions that were not being visited, and were thus invisible to various tools. There are now Visit*Attr methods that can be overridden for every attribute. llvm-svn: 198224
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/AST/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt
index 461e8b3ac18..e0b3c33890a 100644
--- a/clang/lib/AST/CMakeLists.txt
+++ b/clang/lib/AST/CMakeLists.txt
@@ -65,6 +65,7 @@ add_dependencies(clangAST
ClangAttrList
ClangAttrImpl
ClangAttrDump
+ ClangAttrVisitor
ClangCommentCommandInfo
ClangCommentCommandList
ClangCommentNodes
OpenPOWER on IntegriCloud