[PATCH] D50994: Add a new flag and attributes to control static destructor registration
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 10:25:23 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rC340306: Add a new flag and attributes to control static destructor registration (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50994?vs=161594&id=161757#toc
Repository:
rC Clang
https://reviews.llvm.org/D50994
Files:
include/clang/AST/Decl.h
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/LangOptions.def
include/clang/Driver/Options.td
lib/AST/Decl.cpp
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/always_destroy.cpp
test/CodeGenCXX/no_destroy.cpp
test/Misc/pragma-attribute-supported-attributes-list.test
test/SemaCXX/no_destroy.cpp
test/SemaCXX/warn-exit-time-destructors.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50994.161757.patch
Type: text/x-patch
Size: 15129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180821/890a2243/attachment.bin>
More information about the llvm-commits
mailing list