curdeius added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:9466
   verifyFormat("operator SomeType<SomeType<int>>();");
+  verifyFormat("operator< <>();");
+  verifyFormat("< <>");
----------------
Looking at other related bug reports, I think that we should test `operator<< 
<>();` as well. Could you add it please?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117398/new/

https://reviews.llvm.org/D117398

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to