llvm-project/clang/unittests/Format
Daniel Jasper b67cc423eb Fix comments before labels.
Before:
switch (...) {
  // a
  // b
// c
case first:
  break;
}

After:
switch (...) {
// a
// b
// c
case first:
  break;
}

llvm-svn: 179107
2013-04-09 17:46:55 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Fix comments before labels. 2013-04-09 17:46:55 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00