miscco added inline comments.
================ Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2281 + if (FormatTok->Tok.is(tok::kw_requires)) + parseRequires(); +} ---------------- I believe this should be `parseConstraintExpression` because that is the term of art in the standard. The requires expression is what is the `requieres { }` and that can be part of an constraint expression CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79773/new/ https://reviews.llvm.org/D79773 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits