Parsing support for thread_local and _Thread_local. We give them the same
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Apr 2013 22:46:28 +0000 (22:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Apr 2013 22:46:28 +0000 (22:46 +0000)
commitb4a9e86877be2e646b7266f23a5e39aced9dae34
treecb5a5e35e16d75aa08521b626f95edfd862457cb
parent8ed2892c1c9a618851945a1fce30808d1a59f812
Parsing support for thread_local and _Thread_local. We give them the same
semantics as __thread for now.

llvm-svn: 179424
14 files changed:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Basic/TokenKinds.def
clang/include/clang/Sema/DeclSpec.h
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseTentative.cpp
clang/lib/Parse/Parser.cpp
clang/lib/Sema/DeclSpec.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaDeclObjC.cpp
clang/test/CXX/class/class.friend/p6.cpp
clang/test/Parser/cxx0x-decl.cpp
clang/test/Sema/thread-specifier.c