summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-format/ClangFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-format from clang-tools-extra.Daniel Jasper2013-03-201-152/+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
* 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
* Let clang-format binary use same LangOpts as test.Daniel Jasper2013-01-101-6/+1
* 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
* Fix the sorting of the #include lines in these tools.Chandler Carruth2013-01-021-1/+1
* First version of a command line clang-format tool.Daniel Jasper2012-12-051-0/+84
OpenPOWER on IntegriCloud