summaryrefslogtreecommitdiff
path: root/test/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-132-0/+8
* Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber2019-10-122-8/+0
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-122-0/+8
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-1/+1
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-1/+1
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-1/+1
* [clang-format][tests] Explicitly specify style in some testsRafael Stahl2019-07-124-5/+5
* [clang-format] Fix bug where -dump-config failed on ObjC headerBen Hamilton2018-01-293-0/+12
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-151-9/+10
* clang-format: add an option -verbose to list the files being processedSylvestre Ledru2017-08-121-0/+16
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-1/+1
* clang/test/Format/inplace.cpp: Avoid using wildcard.NAKAMURA Takumi2017-02-281-4/+6
* [clang-format] Fix test failure caused by "rm" on some buildbots.Haojian Wu2017-02-281-1/+0
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, r...Nico Weber2017-02-271-0/+263
* Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...NAKAMURA Takumi2017-02-251-263/+0
* Try to unbreak tests after r296166Nico Weber2017-02-241-1/+1
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125Nico Weber2017-02-241-0/+263
* 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
* Make clang-format remove duplicate headers when sorting #includes.Eric Liu2016-08-101-0/+14
* Fix clang-format test. I believe that the new behavior is better.Daniel Jasper2015-11-231-1/+1
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+10
* clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper2015-10-283-9/+19
* clang-format: Use pipes instead of temporary files for most lit tests.Nico Weber2015-10-199-34/+31
* clang-format: Add test for (properly escaped) XML output.Daniel Jasper2015-10-171-0/+12
* 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
* Reapply r236854 and fixed r236867.Daniel Jasper2015-05-102-1/+9
* Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser2015-05-082-9/+1
* Revert "clang-format: Only output IncompleteFormat if -cursor is given."Renato Golin2015-05-081-2/+2
* clang-format: Only output IncompleteFormat if -cursor is given.Daniel Jasper2015-05-081-2/+2
* Make emacs show when clang-format encountered a syntax error.Manuel Klimek2015-05-082-1/+9
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-2/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+2
* 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: Add basic test for -style=none.Daniel Jasper2014-05-221-0/+6
* 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
* Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.Alexander Kornienko2013-11-291-0/+7
* 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