[all-commits] [llvm/llvm-project] 19d1da: [clang]Avoid diagnose invalid consteval call for i...
Congcong Cai via All-commits
all-commits at lists.llvm.org
Tue Oct 10 00:32:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19d1da59dcdea46d30d93a48c389856e89c57b5d
https://github.com/llvm/llvm-project/commit/19d1da59dcdea46d30d93a48c389856e89c57b5d
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaExpr.cpp
A clang/test/SemaCXX/PR68542.cpp
Log Message:
-----------
[clang]Avoid diagnose invalid consteval call for invalid function decl (#68646)
Fixes:#68542
It‘s meaningless to diagnose further error for invalid function
declaration.
More information about the All-commits
mailing list