MyDeveloperDay requested changes to this revision.
MyDeveloperDay added a comment.
This revision now requires changes to proceed.

Pulling this revision down to build it caused build issues with missing 
SBBLO_Always, could you investigate before committing?



================
Comment at: lib/Format/TokenAnnotator.cpp:2607
+        !Left.opensScope() &&
+        (Style.SpaceBeforeCpp11BracedList == FormatStyle::SBBLO_Always ||
+         (Style.SpaceBeforeCpp11BracedList == FormatStyle::SBBLO_NonEmpty &&
----------------
Where are these SBBLO defined? I cannot find them in Format.h from what I can 
SpaceBeforeCpp11BracedList  is a bool


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

https://reviews.llvm.org/D55170



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

Reply via email to