HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.


================
Comment at: clang/lib/Format/TokenAnnotator.cpp:316
+      // line can't be a declaration.
       bool OperatorCalledAsMemberFunction =
+          (Prev->Previous &&
----------------
Nuullll wrote:
> minor. Probably better to rename it to something like `IsOperatorCallSite`.
The Name should really be changes, since it's not limited to member functions 
anymore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153798

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

Reply via email to