[all-commits] [llvm/llvm-project] ac2722: Revert "Diagnose problematic uses of constructor/d...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Wed Oct 11 06:03:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac2722873b26e2623a0be8cd6cacf529aa8f26ca
https://github.com/llvm/llvm-project/commit/ac2722873b26e2623a0be8cd6cacf529aa8f26ca
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/DiagnosticGroups.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
R clang/test/Sema/constructor-attribute-diag-group.c
M clang/test/Sema/constructor-attribute.c
M compiler-rt/CMakeLists.txt
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/profile/CMakeLists.txt
M compiler-rt/test/profile/Posix/gcov-destructor.c
M compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
Log Message:
-----------
Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)"
This reverts commit 27ecb63c260400dd20b8c5dc16d0dfd2d0e7122e.
Still fails compiler-rt:
https://lab.llvm.org/buildbot/#/builders/109/builds/75364
More information about the All-commits
mailing list