]> granicus.if.org Git - clang/commit
Thread Safety: Patch to implement delayed parsing of attributes within a
authorCaitlin Sadowski <supertri@google.com>
Thu, 8 Sep 2011 17:42:22 +0000 (17:42 +0000)
committerCaitlin Sadowski <supertri@google.com>
Thu, 8 Sep 2011 17:42:22 +0000 (17:42 +0000)
commiteff98fc3561f6b717f6348f04b3f4fe03e934466
treeafe927f3c46c971b5e38f83f21da5b6fd6b76bd5
parentaebb653a28b142b570596e45cb31b1d5fce1710c
Thread Safety: Patch to implement delayed parsing of attributes within a
class scope.

This patch was also written by DeLesley Hutchins.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139301 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Basic/Attr.td
include/clang/CMakeLists.txt
include/clang/Makefile
include/clang/Parse/CMakeLists.txt [new file with mode: 0644]
include/clang/Parse/Makefile [new file with mode: 0644]
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/Parse/CMakeLists.txt
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/SemaDecl.cpp
test/SemaCXX/warn-thread-safety-analysis.cpp
test/SemaCXX/warn-thread-safety-parsing.cpp