summaryrefslogtreecommitdiff
path: root/test/Format
AgeCommit message (Expand)Author
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-08-12clang-format: add an option -verbose to list the files being processedSylvestre Ledru
2017-04-21[clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev
2017-02-28clang/test/Format/inplace.cpp: Avoid using wildcard.NAKAMURA Takumi
2017-02-28[clang-format] Fix test failure caused by "rm" on some buildbots.Haojian Wu
2017-02-27clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, r...Nico Weber
2017-02-25Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...NAKAMURA Takumi
2017-02-24Try to unbreak tests after r296166Nico Weber
2017-02-24clang-format: Don't leave behind temp files in -i mode on Windows, PR26125Nico Weber
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
2016-08-10Make clang-format remove duplicate headers when sorting #includes.Eric Liu
2015-11-23Fix clang-format test. I believe that the new behavior is better.Daniel Jasper
2015-11-16clang-format: Enable #include sorting by default.Daniel Jasper
2015-10-28clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper
2015-10-19clang-format: Use pipes instead of temporary files for most lit tests.Nico Weber
2015-10-17clang-format: Add test for (properly escaped) XML output.Daniel Jasper
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
2015-05-10Reapply r236854 and fixed r236867.Daniel Jasper
2015-05-08Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser
2015-05-08Revert "clang-format: Only output IncompleteFormat if -cursor is given."Renato Golin
2015-05-08clang-format: Only output IncompleteFormat if -cursor is given.Daniel Jasper
2015-05-08Make emacs show when clang-format encountered a syntax error.Manuel Klimek
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker
2014-07-16clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi
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
2014-05-22clang-format: Add basic test for -style=none.Daniel Jasper
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-29Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.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-07-18Added -lines X:Y option to specify line range to process. This is a more huma...Alexander Kornienko
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-05-21Let clang-format move the cursor appropriately.Daniel Jasper
2013-05-19Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko
2013-05-15Remove diagnostics from clang-format.Daniel Jasper
2013-04-24clang-format support for multiple input files.Alexander Kornienko
2013-04-12Provide better emacs integration.Daniel Jasper