[all-commits] [llvm/llvm-project] ed9007: Revert "[Bounds-Safety] Temporarily relax a `count...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun May 19 05:45:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed9007d0d219726db01f211e9c9ab72fbfe4ecb1
https://github.com/llvm/llvm-project/commit/ed9007d0d219726db01f211e9c9ab72fbfe4ecb1
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-05-19 (Sun, 19 May 2024)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/Sema/attr-counted-by-vla.c
Log Message:
-----------
Revert "[Bounds-Safety] Temporarily relax a `counted_by` attribute restriction on flexible array members"
Together with 0ec3b972e58bcbcdc1bebe1696ea37f2931287c3
breaks https://lab.llvm.org/buildbot/#/builders/5/builds/43403
Issue #92687
This reverts commit cef6387e52578366c2332275dad88b9953b55336.
Commit: 6447abe067c8088a5cc093fe872719374e174068
https://github.com/llvm/llvm-project/commit/6447abe067c8088a5cc093fe872719374e174068
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-05-19 (Sun, 19 May 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/Type.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/Type.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseObjc.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/TreeTransform.h
R clang/test/AST/attr-counted-by-late-parsed-struct-ptrs.c
R clang/test/AST/attr-counted-by-struct-ptrs.c
R clang/test/Sema/attr-counted-by-late-parsed-off.c
R clang/test/Sema/attr-counted-by-late-parsed-struct-ptrs.c
R clang/test/Sema/attr-counted-by-struct-ptrs-sizeless-types.c
R clang/test/Sema/attr-counted-by-struct-ptrs.c
R clang/test/Sema/attr-counted-by-vla-sizeless-types.c
R clang/test/Sema/attr-counted-by-vla.c
A clang/test/Sema/attr-counted-by.c
Log Message:
-----------
Revert "[BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C (#90786)"
Memory leak: https://lab.llvm.org/buildbot/#/builders/5/builds/43403
Issue #92687
This reverts commit 0ec3b972e58bcbcdc1bebe1696ea37f2931287c3.
Compare: https://github.com/llvm/llvm-project/compare/7273ad123850...6447abe067c8
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list