MyDeveloperDay marked an inline comment as done.
MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/TokenAnnotator.cpp:2820
+  if (Right.is(tok::star) && Left.is(TT_TemplateCloser))
+    return false;
   if (Right.isOneOf(tok::star, tok::amp, tok::ampamp)) {
----------------
I'm not happy about this it feels way too general.


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

https://reviews.llvm.org/D78879



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

Reply via email to