[clang] [clang-format] Allow decltype in requires clause (PR #78847)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 21 20:33:12 PST 2024
================
@@ -1071,6 +1071,16 @@ TEST_F(TokenAnnotatorTest, UnderstandsRequiresClausesAndConcepts) {
"concept C = (!Foo<T>) && Bar;");
----------------
owenca wrote:
+1. You don't even need to create a pull request for this kind of NFC changes.
https://github.com/llvm/llvm-project/pull/78847
More information about the cfe-commits
mailing list