acoomans added a comment.

I probably don't need a unit test AND a lit test, but I'm unsure which one is 
best here. Any suggestion?



================
Comment at: lib/Format/UnwrappedLineFormatter.cpp:1045-1047
+    if (TheLine.First->Next && 
TheLine.First->Next->Tok.isObjCAtKeyword(tok::objc_end)) {
+      ContinueFormatting = false;
+    }
----------------
Note to self: change the style to match `PreviousRBrace`


Repository:
  rC Clang

https://reviews.llvm.org/D50535



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

Reply via email to