[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:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340306: Add a new flag and attributes to control static destructor registration (authored by epilk, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D50994?vs=161594&id=161756#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50994

Files:
  cfe/trunk/include/clang/AST/Decl.h
  cfe/trunk/include/clang/Basic/Attr.td
  cfe/trunk/include/clang/Basic/AttrDocs.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Basic/LangOptions.def
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/lib/AST/Decl.cpp
  cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp
  cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Sema/SemaDeclAttr.cpp
  cfe/trunk/lib/Sema/SemaDeclCXX.cpp
  cfe/trunk/test/CodeGenCXX/always_destroy.cpp
  cfe/trunk/test/CodeGenCXX/no_destroy.cpp
  cfe/trunk/test/Misc/pragma-attribute-supported-attributes-list.test
  cfe/trunk/test/SemaCXX/no_destroy.cpp
  cfe/trunk/test/SemaCXX/warn-exit-time-destructors.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50994.161756.patch
Type: text/x-patch
Size: 15669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180821/bd2913a6/attachment.bin>


More information about the llvm-commits mailing list