summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-format
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-format from clang-tools-extra.Daniel Jasper2013-03-205-368/+0
* Remove superseeded option.Daniel Jasper2013-02-061-9/+0
* Add xml:space='preserve' in order to correctly preserve whitespace.Manuel Klimek2013-02-061-1/+1
* Kick JSON output for XML output.Manuel Klimek2013-02-061-14/+9
* Adds JSON output for replacements, to simplify tools integration.Manuel Klimek2013-02-051-15/+36
* Implements support for specifying multiple ranges.Manuel Klimek2013-02-051-13/+23
* Don't touch unchanged file for in-place edit.Daniel Jasper2013-01-301-0/+3
* these need the bitcode reader as well.Chris Lattner2013-01-191-1/+1
* Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
* Add temporary option to invert the */& binding in a specific style.Daniel Jasper2013-01-151-8/+17
* Add support for Chromium style.Daniel Jasper2013-01-141-3/+12
* Fix: correct file name in diagnostics.Alexander Kornienko2013-01-141-4/+5
* Remove FIXME fixed by djasper in r172066.Nico Weber2013-01-101-1/+0
* Format what you can when errors are foundAlexander Kornienko2013-01-101-10/+11
* Improved clang-format integration support for diagnostic messages outputAlexander Kornienko2013-01-101-1/+6
* Let clang-format binary use same LangOpts as test.Daniel Jasper2013-01-101-6/+1
* Fix commentAlex Rosenberg2013-01-101-1/+1
* Simplify reversed for-loop.Daniel Jasper2013-01-091-4/+2
* Initial version of diff/patch-reformat tool.Daniel Jasper2013-01-091-0/+117
* Implements the features requested in PR14679.Manuel Klimek2013-01-081-7/+36
* Enabled ObjC2 in clang-format for @package. Matches r171766.Nico Weber2013-01-071-0/+1
* Set LangOpts.ObjC1 to 1 in clang-format.Nico Weber2013-01-071-0/+1
* Make clang-format binary understand C++11.Daniel Jasper2013-01-071-0/+2
* Handle segfaults in clang-format vim-integration.Daniel Jasper2013-01-041-1/+3
* Fix the sorting of the #include lines in these tools.Chandler Carruth2013-01-021-1/+1
* Teach the extras repository to actually install the clang-format tool.Chandler Carruth2012-12-271-0/+4
* Basic clang-format vim-integration.Daniel Jasper2012-12-051-0/+52
* Fix make build (hopefully).Daniel Jasper2012-12-051-3/+3
* First version of a command line clang-format tool.Daniel Jasper2012-12-053-0/+121
OpenPOWER on IntegriCloud