| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Exclude printLineState() in -Asserts. [-Wunused-function] | NAKAMURA Takumi | 2014-12-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 224430 | ||||
| * | clang-format: Revamp nested block formatting. | Daniel Jasper | 2014-12-12 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | This fixed llvm.org/PR21804 and hopefully a few other strange cases. Before: if (blah_blah(whatever, whatever, [] { doo_dah(); doo_dah(); })) { } } After: if (blah_blah(whatever, whatever, [] { doo_dah(); doo_dah(); })) { } } llvm-svn: 224112 | ||||
| * | clang-format: Factor out UnwrappedLineFormatter into a separate file. | Daniel Jasper | 2014-12-10 | 1 | -0/+699 |
| No functional changes intended. llvm-svn: 223936 | |||||

