[all-commits] [llvm/llvm-project] 528dee: [clang] [test] Fix an apparent typo in SemaCXX/con...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Feb 14 08:29:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 528deedd582f6f11cf1bba478e5e4645f4baf04f
https://github.com/llvm/llvm-project/commit/528deedd582f6f11cf1bba478e5e4645f4baf04f
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/test/SemaCXX/consteval-return-void.cpp
Log Message:
-----------
[clang] [test] Fix an apparent typo in SemaCXX/consteval-return-void.cpp.
Reviewed as part of D119094.
Commit: 3c8d2aa87c1701ca16e13f06aea484637e03d005
https://github.com/llvm/llvm-project/commit/3c8d2aa87c1701ca16e13f06aea484637e03d005
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/lib/Sema/SemaStmt.cpp
A clang/test/SemaCXX/deduced-return-void.cpp
Log Message:
-----------
[clang] Don't emit redundant warnings for 'return;'
when the function declaration's return type is already invalid for
some reason. This is relevant to https://github.com/llvm/llvm-project/issues/49188
because another way that the declaration's return type could become
invalid is that it might be `C auto` where `C<void>` is false.
Differential Revision: https://reviews.llvm.org/D119094
Compare: https://github.com/llvm/llvm-project/compare/5185f4a05b38...3c8d2aa87c17
More information about the All-commits
mailing list