mizvekov added inline comments.
================ Comment at: clang/test/Parser/cxx-template-argument.cpp:28 + (void)(&t<int>==p); // expected-error {{use '> ='}} + (void)(&t<int>>=p); // expected-error {{use '> >'}} expected-error {{ordered comparison of function pointers}} + (void)(&t<S<int>>>=p); // expected-error {{ordered comparison of function pointers}} ---------------- So here we are recovering from the parser error into this type check error. Maybe there is something that could be improved as a follow up task so we don't get a double error. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104680/new/ https://reviews.llvm.org/D104680 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits