MyDeveloperDay added a comment.

did you cover the case where I have a namespaced, static

  foo::Bar->operator==()
  foo::Bar->m_oper->operator==()
  foo::Bar->m_oper.operator==()
  foo::Bar.operator==()



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:4207-4210
+        if (!Token->hasWhitespaceBefore()) { // Skip until we reach whitespace
+          Token = Token->Previous;
+          continue;
+        }
----------------
I don't quite understand what case needs this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152443

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

Reply via email to