[all-commits] [llvm/llvm-project] ebe067: [clang] Try to fix builders
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Aug 11 00:08:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebe0674acb8bb3404d0e2a6b689d5e3cd02bb0b6
https://github.com/llvm/llvm-project/commit/ebe0674acb8bb3404d0e2a6b689d5e3cd02bb0b6
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
Log Message:
-----------
[clang] Try to fix builders
Try to fix these errors:
SemaDeclCXX.cpp:16666:19: error: declaration of ‘const clang::Expr* clang::Sema::DiagnoseStaticAssertDetails(const clang::Expr*)::<unnamed struct>::Expr’ changes meaning of ‘Expr’ [-fpermissive]
16666 | const Expr *Expr;
| ^~~~
More information about the All-commits
mailing list