[all-commits] [llvm/llvm-project] ed06b8: Revert "[Clang] Reduce the size of Decl and classe...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sun Apr 14 03:32:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed06b847d4e77d0b81fa6b095366bb070db57846
https://github.com/llvm/llvm-project/commit/ed06b847d4e77d0b81fa6b095366bb070db57846
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-04-14 (Sun, 14 Apr 2024)
Changed paths:
M clang/include/clang/AST/DeclBase.h
M clang/lib/AST/DeclBase.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
Log Message:
-----------
Revert "[Clang] Reduce the size of Decl and classes derived from it" (#88654)
Reverts llvm/llvm-project#87361
On 32 bit platforms there is only a single bit available in the
`DeclCtx`, resulting in an assertion failure.
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