[all-commits] [llvm/llvm-project] 9f63cd: [Clang][NFC] Cleanup dcl.constexpr/p3 tests
cor3ntin via All-commits
all-commits at lists.llvm.org
Wed Mar 23 07:38:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f63cd763ec85e89212e071d5d50ae5a3d5f384d
https://github.com/llvm/llvm-project/commit/9f63cd763ec85e89212e071d5d50ae5a3d5f384d
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
Log Message:
-----------
[Clang][NFC] Cleanup dcl.constexpr/p3 tests
* Check for warnings instead of using -Werror, to avoid masking the
type of diagnostic emitted
* use different -verify labels instead of using conditional
compilation of diagnostic checks
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D122265
More information about the All-commits
mailing list