llvm-project/clang/unittests/Format
Manuel Klimek d076dcd54f Fix indentation-detection at indent level 0.
This correctly formats:
  {
    a;
  }
where { is incorrectly indented by 2, but is at level 0, when
reformatting only 'a;'.

llvm-svn: 174737
2013-02-08 19:53:32 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Fix indentation-detection at indent level 0. 2013-02-08 19:53:32 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00