HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.


================
Comment at: clang/lib/Format/TokenAnnotator.cpp:2328
+    }
+
     if (PrevToken->Tok.isLiteral() ||
----------------
MyDeveloperDay wrote:
> Thank you I wish more of the clauses were commented like this
+1


================
Comment at: clang/unittests/Format/FormatTest.cpp:10439
+               Style);
+  verifyFormat("union {\n"
+               "}* ptr;",
----------------
Bonus points for the union. It often gets forgotten.


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

https://reviews.llvm.org/D127873

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

Reply via email to