MyDeveloperDay added inline comments.

================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:443
+    if (GetToken &&
+        GetToken->isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private))
+      GetToken = GetToken->Next;
----------------
I think we need to consider `internal`


================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:456
+    if (SetToken &&
+        SetToken->isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private))
+      SetToken = SetToken->Next;
----------------
and here


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

https://reviews.llvm.org/D75006



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

Reply via email to