[cfe-commits] [PATCH] Clang-format: IndentCaseLabels option, proper namespace handling
Daniel Jasper
djasper at google.com
Thu Dec 6 10:00:27 PST 2012
One nit, otherwise looks good.
================
Comment at: include/clang/Format/Format.h:50
@@ +49,3 @@
+
+ /// \brief Indent case labels one level from the switch statement (when false,
+ /// use the same indentation level as for the switch statement). Switch
----------------
nit: I think only everything up to the first "(" is "\brief".
http://llvm-reviews.chandlerc.com/D185
More information about the cfe-commits
mailing list