[clang] [clang-format] Allow decltype in requires clause (PR #78847)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 20 12:06:41 PST 2024


================
@@ -1071,6 +1071,16 @@ TEST_F(TokenAnnotatorTest, UnderstandsRequiresClausesAndConcepts) {
                     "concept C = (!Foo<T>) && Bar;");
----------------
HazardyKnusperkeks wrote:

I'm in favor. Just for the correctness.

https://github.com/llvm/llvm-project/pull/78847


More information about the cfe-commits mailing list