================
@@ -1137,6 +1151,12 @@ class YAMLConverter {
}
for (const auto &CXXMethod : T.Methods) {
+ if (CXXMethod.Where && CXXMethod.Where->Parameters) {
+ emitError(
----------------
Xazax-hun wrote:
Nit: we would not trigger a diagnostic for just an empty `Where` yet, right?
Should we add that?
https://github.com/llvm/llvm-project/pull/203227
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits