[all-commits] [llvm/llvm-project] 0d903b: [clang][ASTImporter] Import AlignValueAttr correct...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri Dec 22 01:07:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d903b689ab984d6e7d8e1919a5b37658ae94518
https://github.com/llvm/llvm-project/commit/0d903b689ab984d6e7d8e1919a5b37658ae94518
Author: Balázs Kéri <balazs.keri at ericsson.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Import AlignValueAttr correctly. (#75308)
Expression of attribute `align_value` was not imported. Import of the
attribute is corrected, a test for it is added, other related tests with
FIXME are updated.
Fixes #75054.
More information about the All-commits
mailing list