summaryrefslogtreecommitdiff
path: root/clang/test/Format/style-on-command-line.cpp
AgeCommit message (Expand)Author
2022-09-16[test] Use host platform specific error message substitutionAbhina Sreeskantharajan
2022-04-12[clang-format] Allow empty .clang-format fileowenca
2022-04-12Revert "[clang-format] Allow empty .clang-format file"owenca
2022-04-12[clang-format] Allow empty .clang-format fileowenca
2021-02-03[test] Use host platform specific error message substitution in lit tests - c...Abhina Sreeskantharajan
2019-09-10Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner
2019-09-10Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson
2019-09-10Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-01-23clang-format: remove tests that assume no config file will be found as this i...Antonio Maiorano
2017-01-20[clang-format] Remove redundant test in style-on-command-line.cppKrasimir Georgiev
2017-01-20clang-format: fix fallback style set to "none" not always formattingAntonio Maiorano
2017-01-17clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano
2015-10-19clang-format: Use pipes instead of temporary files for most lit tests.Nico Weber
2015-06-09Disable style-on-command-line test on WindowsReid Kleckner
2015-06-09Remove rm invocations where the file is immediately rewritten later.Benjamin Kramer
2015-06-02Remove error message when using the fallback style.Manuel Klimek
2014-06-17clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper
2014-06-12Allow lowercase messages in this test again.Rafael Espindola
2014-06-12Give clang-format its own error category.Rafael Espindola
2014-06-11Accomodate for message differences on windows.Rafael Espindola
2013-12-03clang-format: Explicitly set fallback style that is tested.Daniel Jasper
2013-12-02Added an option to specify fallback style.Alexander Kornienko
2013-11-19Disable this check temporarily.Bill Wendling
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg
2013-09-02Trying to fix tests with in-tree builds, that contain a .clang-format files inAlexander Kornienko
2013-09-02Test for empty .clang-format file.Alexander Kornienko
2013-09-02Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth
2013-08-29[tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.Daniel Dunbar
2013-05-19Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko