From c4a82438a7c530aaa3d94e5942355b788de525a2 Mon Sep 17 00:00:00 2001 From: DeLesley Hutchins Date: Mon, 30 Dec 2013 17:24:36 +0000 Subject: 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 --- clang/lib/AST/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib') 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 -- cgit v1.2.3