]> granicus.if.org Git - clang/commit
Thread safety: added support for function scopes in attribute arguments.
authorCaitlin Sadowski <supertri@google.com>
Thu, 8 Sep 2011 17:42:31 +0000 (17:42 +0000)
committerCaitlin Sadowski <supertri@google.com>
Thu, 8 Sep 2011 17:42:31 +0000 (17:42 +0000)
commited9d84a2112e2bd56befb5f4fa8fc5bdf71fafa3
treecc1d430044e599baf8afacd324275b752b526383
parenteff98fc3561f6b717f6348f04b3f4fe03e934466
Thread safety: added support for function scopes in attribute arguments.

This patch was written by DeLesley Hutchins.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139302 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/Sema/Sema.h
lib/AST/DeclBase.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/SemaCXX/warn-thread-safety-parsing.cpp