Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove clang-format tests from tools/extra. | Daniel Jasper | 2013-03-25 | 3 | -21/+0 |
| | | | | | | These will be re-added to clang/test. llvm-svn: 177852 | ||||
* | Adapt test to new clang-format behavior. | Manuel Klimek | 2013-02-08 | 1 | -1/+1 |
| | | | | llvm-svn: 174738 | ||||
* | Implements support for specifying multiple ranges. | Manuel Klimek | 2013-02-05 | 2 | -0/+17 |
| | | | | | | | | | | | This is backwards compatible with earlier integrations. Also adds a basic test and a test for the ranges integration. You can now run: clang-format -offset=42 -length=15 -offset=150 -length=22 To re-format the ranges (42, +15) and (150, +22). llvm-svn: 174378 | ||||
* | Drop "REQUIRES:shell" in tests. They can run on win32. | NAKAMURA Takumi | 2013-01-25 | 1 | -1/+0 |
| | | | | llvm-svn: 173415 | ||||
* | Test source file name in diagnostics | Alexander Kornienko | 2013-01-14 | 1 | -1/+1 |
| | | | | llvm-svn: 172434 | ||||
* | Added a test for clang-format diagnostics. | Alexander Kornienko | 2013-01-14 | 1 | -0/+5 |
llvm-svn: 172407 |