aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-28Add doxygen support for the tools in clang-tools-extraDmitri Gribenko
2013-02-28Introducing Use-Auto transform for cpp11-migrateEdwin Vane
2013-02-27Fix documentation comment in LoopConvertDmitri Gribenko
2013-02-27Custom lit.site.cfg configuration for cpp11-migrateEdwin Vane
2013-02-25Add user documentation for cpp11-migrateEdwin Vane
2013-02-22[docs] Rename Makefile.Daniel Dunbar
2013-02-21Fixing a "multiple rules generate X" warning from ninjaEdwin Vane
2013-02-20Tweaks and fixes to cpp11-migrate generated testsEdwin Vane
2013-02-19Adding files left out of commit r175544.Edwin Vane
2013-02-19Add support for auto-generating LIT tests by the buildEdwin Vane
2013-02-17Fix -use-nullptr problems with assert()Edwin Vane
2013-02-15Propagate changes through no-op transformsEdwin Vane
2013-02-14Initial docs directoryEdwin Vane
2013-02-08Adapt test to new clang-format behavior.Manuel Klimek
2013-02-07Fix for combined loop and nullptr convert testsEdwin Vane
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-26test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable.NAKAMURA Takumi
2013-01-25Drop "REQUIRES:shell" in tests. They can run on win32.NAKAMURA Takumi
2013-01-22Add use-nullptr transform to cpp11-migrateEdwin Vane
2013-01-21Removing empty loop-convert directoryEdwin Vane
2013-01-19these need the bitcode reader as well.Chris Lattner
2013-01-19Re-sort the #include lines which have gotten out of order.Chandler Carruth
2013-01-18Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2013-01-16Fix a -Wdocumentation warning (empty paragraph passed to '\brief' command)Dmitri Gribenko
2013-01-16Write transform results to disk only onceEdwin Vane
2013-01-15Add temporary option to invert the */& binding in a specific style.Daniel Jasper
2013-01-14Test source file name in diagnosticsAlexander Kornienko
2013-01-14Add support for Chromium style.Daniel Jasper
2013-01-14Adding a .gitignore to tools-extraEdwin Vane
2013-01-14Added a test for clang-format diagnostics.Alexander Kornienko
2013-01-14Fix: correct file name in diagnostics.Alexander Kornienko
2013-01-11Update users of RefactoringToolEdwin Vane
2013-01-10Remove FIXME fixed by djasper in r172066.Nico Weber
2013-01-10Format what you can when errors are foundAlexander Kornienko
2013-01-10Removing loop-convert toolEdwin Vane
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-10Add .arcconfig for Arcanist support for PhabricatorAlex Rosenberg
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-08Transferred loop-convert tests to cpp11-migrateEdwin Vane
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