summaryrefslogtreecommitdiffstats
path: root/test/Format/style-on-command-line.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: remove tests that assume no config file will be found as this i...Antonio Maiorano2017-01-231-11/+4
* [clang-format] Remove redundant test in style-on-command-line.cppKrasimir Georgiev2017-01-201-9/+6
* clang-format: fix fallback style set to "none" not always formattingAntonio Maiorano2017-01-201-0/+20
* clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano2017-01-171-8/+5
* clang-format: Use pipes instead of temporary files for most lit tests.Nico Weber2015-10-191-10/+9
* Disable style-on-command-line test on WindowsReid Kleckner2015-06-091-0/+4
* Remove rm invocations where the file is immediately rewritten later.Benjamin Kramer2015-06-091-3/+1
* Remove error message when using the fallback style.Manuel Klimek2015-06-021-1/+0
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-171-0/+4
* Allow lowercase messages in this test again.Rafael Espindola2014-06-121-3/+3
* Give clang-format its own error category.Rafael Espindola2014-06-121-3/+3
* Accomodate for message differences on windows.Rafael Espindola2014-06-111-3/+3
* clang-format: Explicitly set fallback style that is tested.Daniel Jasper2013-12-031-2/+2
* Added an option to specify fallback style.Alexander Kornienko2013-12-021-2/+3
* Disable this check temporarily.Bill Wendling2013-11-191-1/+1
* Allow _clang-format as alternative to .clang-format config filenameHans Wennborg2013-09-101-0/+5
* Trying to fix tests with in-tree builds, that contain a .clang-format files inAlexander Kornienko2013-09-021-2/+2
* Test for empty .clang-format file.Alexander Kornienko2013-09-021-0/+4
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-021-5/+2
* [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.Daniel Dunbar2013-08-291-1/+1
* Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko2013-05-191-0/+23