[all-commits] [llvm/llvm-project] db92fb: [clang][ASTImporter] Add import of 'DependentSized...
Ding Fei via All-commits
all-commits at lists.llvm.org
Mon Aug 7 19:25:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db92fb8726fc09e6d76346a02169685025fd59ca
https://github.com/llvm/llvm-project/commit/db92fb8726fc09e6d76346a02169685025fd59ca
Author: dingfei <fding at feysh.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterFixtures.h
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Add import of 'DependentSizedExtVectorType'
Add import of 'DependentSizedExtVectorType'.
Reviewed By: balazske
Differential Revision: https://reviews.llvm.org/D157238
Commit: df21f9fc037329ae05ff4640d9172364bb9ef6ed
https://github.com/llvm/llvm-project/commit/df21f9fc037329ae05ff4640d9172364bb9ef6ed
Author: dingfei <fding at feysh.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Add import of 'ConvertVectorExpr'
Add import of ConvertVectorExpr.
Reviewed By: balazske
Differential Revision: https://reviews.llvm.org/D157249
Compare: https://github.com/llvm/llvm-project/compare/caa5167769b5...df21f9fc0373
More information about the All-commits
mailing list