[PATCH] D50994: Add a new flag and attributes to control static destructor registration

Phabricator via Phabricator via cfe-commits cfe-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/cfe-commits/attachments/20180821/890a2243/attachment-0001.bin>


More information about the cfe-commits mailing list