[PATCH] Implemented tab usage only for indentation (http://llvm.org/PR17363)
Manuel Klimek
klimek at google.com
Fri Sep 27 08:21:41 PDT 2013
lg minus the assert...
================
Comment at: lib/Format/WhitespaceManager.cpp:293
@@ +292,3 @@
+ unsigned Indentation = IndentLevel * Style.IndentWidth;
+ if (Indentation > Spaces)
+ Indentation = Spaces;
----------------
I'd make that an assert...
http://llvm-reviews.chandlerc.com/D1770
BRANCH
svn
ARCANIST PROJECT
clang
More information about the cfe-commits
mailing list