================
Comment at: lib/Format/Format.cpp:210
@@ -222,1 +209,3 @@
+ if (Current >= TokEnd || *Current != ' ')
+ return;
} else {
----------------
Daniel Jasper wrote:
> Is "giving up" entirely really the right option? Why not outdent as much as
> we can?
After some more thinking/discussions, this makes sense as it will commonly
happen for code that is temporarily commented out during editing.
http://llvm-reviews.chandlerc.com/D544
BRANCH
svn
ARCANIST PROJECT
clang
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits