asmith marked 5 inline comments as done.
asmith added inline comments.

================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:1767
     if (FormatTok->Tok.getKind() == ClosingBraceKind) {
+      if (!Style.AllowEnumsOnASingleLine)
+        addUnwrappedLine();
----------------
This and the line below are probably applying to more than enums. Any 
suggestions on a better fix?


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

https://reviews.llvm.org/D78982



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

Reply via email to