This is missing the test for the JSON parsing of the configuration flag (see ParsesConfiguration in unittests/Format/FormatTest.cpp).
================ Comment at: include/clang/Format/Format.h:238 @@ -237,1 +237,3 @@ + /// \brief Indent width for lines broken in the middle of an expression. + unsigned ContinuationIndentWidth; ---------------- I think "of an expression" isn't really correct. Either make it "of a statement" (which still is incorrect) or maybe just "Indent width for line continuations.". http://llvm-reviews.chandlerc.com/D1903 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
