Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-format][tests] Explicitly specify style in some tests | Rafael Stahl | 2019-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Summary: This fixes broken tests when doing an out-of-source build that picks up a random .clang-format on the file system due to the default "file" style. Reviewers: djasper, klimek, MyDeveloperDay, krasimir Reviewed By: MyDeveloperDay Subscribers: lebedev.ri, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61001 llvm-svn: 365909 | ||||
* | clang-format: Use pipes instead of temporary files for most lit tests. | Nico Weber | 2015-10-19 | 1 | -2/+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 test for (properly escaped) XML output. | Daniel Jasper | 2015-10-17 | 1 | -0/+12 |
llvm-svn: 250629 |