Annotate flavor of TLS variable (statically or dynamically initialized) onto the...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 13 Apr 2013 02:43:54 +0000 (02:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 13 Apr 2013 02:43:54 +0000 (02:43 +0000)
commitfd3834f7a1cc06f3843a83080c65eadb613927f4
tree8b34c1ec3249c0d7d89aad10e848997a321e94c3
parent98c0eaecf51606fb1b83cdec6e6ddeaf091a61cc
Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST.

llvm-svn: 179447
21 files changed:
clang/include/clang/AST/Decl.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/ASTDumper.cpp
clang/lib/AST/DeclPrinter.cpp
clang/lib/AST/ExprConstant.cpp
clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/lib/Serialization/ASTReaderDecl.cpp
clang/lib/Serialization/ASTWriterDecl.cpp
clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1-11.cpp
clang/test/Misc/ast-dump-decl.c
clang/test/Misc/ast-dump-decl.cpp
clang/test/PCH/thread-local.cpp [new file with mode: 0644]
clang/test/Sema/thread-specifier.c