summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-format
Commit message (Collapse)AuthorAgeFilesLines
* Remove clang-format tests from tools/extra.Daniel Jasper2013-03-253-21/+0
| | | | | | These will be re-added to clang/test. llvm-svn: 177852
* Adapt test to new clang-format behavior.Manuel Klimek2013-02-081-1/+1
| | | | llvm-svn: 174738
* Implements support for specifying multiple ranges.Manuel Klimek2013-02-052-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 Takumi2013-01-251-1/+0
| | | | llvm-svn: 173415
* Test source file name in diagnosticsAlexander Kornienko2013-01-141-1/+1
| | | | llvm-svn: 172434
* Added a test for clang-format diagnostics.Alexander Kornienko2013-01-141-0/+5
llvm-svn: 172407
OpenPOWER on IntegriCloud