]> granicus.if.org Git - clang/commit
Refactor IndentState into two classes.
authorDaniel Jasper <djasper@google.com>
Fri, 11 Jan 2013 10:22:12 +0000 (10:22 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 11 Jan 2013 10:22:12 +0000 (10:22 +0000)
commit604eb4c741e58a114e2ae073991bb7944203b755
tree9bf85500e26429a93e5b200db34d8fdbdcf2ed69
parentebf0fa87f28937543f38cd175c2e12afafa57247
Refactor IndentState into two classes.

As we keep adding more stuff to it, this structure is easier to
maintain. At one point we might think about making it an actual
class with specific accessors, etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172188 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp