[all-commits] [llvm/llvm-project] 50abfc: Revert "Diagnose problematic uses of constructor/d...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue Sep 26 11:06:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50abfc4298980fc219c7d70ca2567c61e856b614
https://github.com/llvm/llvm-project/commit/50abfc4298980fc219c7d70ca2567c61e856b614
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/CodeGen/PowerPC/aix-destructor-attribute.c
M clang/test/CodeGenCXX/aix-destructor-attribute.cpp
M clang/test/Sema/constructor-attribute.c
Log Message:
-----------
Revert "Diagnose problematic uses of constructor/destructor attribute (#67360)"
This reverts commit b4435104ca3904529723b0673cc0f624cf8c54e6.
This caused too many disruptions in compiler-rt where reserved
priorities were being used. Reverting to investigate appropriate
solutions.
More information about the All-commits
mailing list