summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/disable-format.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Use pipes instead of temporary files for most lit tests.Nico Weber2015-10-191-3/+2
| | | | | | | | | | | | | | | This makes the format tests look more like most other FileCheck tests in clang. The multiple-inputs tests still use temp files, to make sure that the file input code in clang-format stays tested. Stop stripping out the comment lines in style-on-command-line.cpp as they don't get in the way and it makes the test simpler. Also remove 2>&1s on the tests in that file that don't need it. http://reviews.llvm.org/D13852 llvm-svn: 250706
* clang-format: Add basic test for -style=none.Daniel Jasper2014-05-221-0/+6
llvm-svn: 209447
OpenPOWER on IntegriCloud