[all-commits] [llvm/llvm-project] ba8457: [clang][sema] Add missing diagnostic parameter
Timm Bäder via All-commits
all-commits at lists.llvm.org
Mon Jan 24 01:03:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba845787b3fdd03380b8651d6ce11afeac9d6bba
https://github.com/llvm/llvm-project/commit/ba845787b3fdd03380b8651d6ce11afeac9d6bba
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M clang/lib/Sema/SemaModule.cpp
A clang/test/Modules/cxx20-export-import.cpp
Log Message:
-----------
[clang][sema] Add missing diagnostic parameter
The test case otherwise fails an assertion in Diagnostic::getArgKind().
Differential Revision: https://reviews.llvm.org/D116595
Commit: 3ad6de31c0cf5064867e6f9bf99e27e0b5c4128d
https://github.com/llvm/llvm-project/commit/3ad6de31c0cf5064867e6f9bf99e27e0b5c4128d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M clang/test/Driver/wasm-toolchain.cpp
Log Message:
-----------
[clang][tests] Fix a c++/libc++ -stdlib value typo
"c++" is not usually a valid value for -stdlib.
Differential Revision: https://reviews.llvm.org/D117862
Compare: https://github.com/llvm/llvm-project/compare/9aaa74aeeff3...3ad6de31c0cf
More information about the All-commits
mailing list