owenpan added inline comments.

================
Comment at: clang/lib/Format/WhitespaceManager.cpp:459
         Changes[i].Spaces != 0) {
       for (int Previous = i - 1;
            Previous >= 0 &&
----------------
See below.


================
Comment at: clang/lib/Format/WhitespaceManager.cpp:463-466
+        if (Changes[Previous].Tok->is(tok::amp) ||
+            Changes[Previous].Tok->is(tok::ampamp)) {
+          if (Style.ReferenceAlignment != FormatStyle::RAS_Right &&
+              Style.ReferenceAlignment != FormatStyle::RAS_Pointer) {
----------------
Shorter and IMO easier to follow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153579

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

Reply via email to