aboutsummaryrefslogtreecommitdiff
path: root/clang-format
AgeCommit message (Expand)Author
2013-02-06Remove superseeded option.Daniel Jasper
2013-02-06Add xml:space='preserve' in order to correctly preserve whitespace.Manuel Klimek
2013-02-06Kick JSON output for XML output.Manuel Klimek
2013-02-05Adds JSON output for replacements, to simplify tools integration.Manuel Klimek
2013-02-05Implements support for specifying multiple ranges.Manuel Klimek
2013-01-30Don't touch unchanged file for in-place edit.Daniel Jasper
2013-01-19these need the bitcode reader as well.Chris Lattner
2013-01-18Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2013-01-15Add temporary option to invert the */& binding in a specific style.Daniel Jasper
2013-01-14Add support for Chromium style.Daniel Jasper
2013-01-14Fix: correct file name in diagnostics.Alexander Kornienko
2013-01-10Remove FIXME fixed by djasper in r172066.Nico Weber
2013-01-10Format what you can when errors are foundAlexander Kornienko
2013-01-10Improved clang-format integration support for diagnostic messages outputAlexander Kornienko
2013-01-10Let clang-format binary use same LangOpts as test.Daniel Jasper
2013-01-10Fix commentAlex Rosenberg
2013-01-09Simplify reversed for-loop.Daniel Jasper
2013-01-09Initial version of diff/patch-reformat tool.Daniel Jasper
2013-01-08Implements the features requested in PR14679.Manuel Klimek
2013-01-07Enabled ObjC2 in clang-format for @package. Matches r171766.Nico Weber
2013-01-07Set LangOpts.ObjC1 to 1 in clang-format.Nico Weber
2013-01-07Make clang-format binary understand C++11.Daniel Jasper
2013-01-04Handle segfaults in clang-format vim-integration.Daniel Jasper
2013-01-02Fix the sorting of the #include lines in these tools.Chandler Carruth
2012-12-27Teach the extras repository to actually install the clang-format tool.Chandler Carruth
2012-12-05Basic clang-format vim-integration.Daniel Jasper
2012-12-05Fix make build (hopefully).Daniel Jasper
2012-12-05First version of a command line clang-format tool.Daniel Jasper