summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Add use-nullptr transform to cpp11-migrateEdwin Vane2013-01-2214-0/+631
* these need the bitcode reader as well.Chris Lattner2013-01-194-4/+4
* Re-sort the #include lines which have gotten out of order.Chandler Carruth2013-01-193-3/+3
* Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-184-0/+8
* Fix a -Wdocumentation warning (empty paragraph passed to '\brief' command)Dmitri Gribenko2013-01-161-1/+1
* Write transform results to disk only onceEdwin Vane2013-01-167-31/+178
* Add temporary option to invert the */& binding in a specific style.Daniel Jasper2013-01-151-8/+17
* Test source file name in diagnosticsAlexander Kornienko2013-01-141-1/+1
* Add support for Chromium style.Daniel Jasper2013-01-141-3/+12
* Adding a .gitignore to tools-extraEdwin Vane2013-01-141-0/+31
* Added a test for clang-format diagnostics.Alexander Kornienko2013-01-142-1/+6
* Fix: correct file name in diagnostics.Alexander Kornienko2013-01-141-4/+5
* Update users of RefactoringToolEdwin Vane2013-01-112-2/+2
* 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
* Removing loop-convert toolEdwin Vane2013-01-1030-3327/+2
* 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
* Add .arcconfig for Arcanist support for PhabricatorAlex Rosenberg2013-01-101-0/+4
* 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
* Transferred loop-convert tests to cpp11-migrateEdwin Vane2013-01-0816-0/+1304
* 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
* Add a namespace qualifier to the befriending statement forChandler Carruth2013-01-051-1/+1
* Port loop-convert into cpp11-migrateEdwin Vane2013-01-0418-15/+2190
* 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-022-2/+2
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-011-1/+1
* Teach the extras repository to actually install the clang-format tool.Chandler Carruth2012-12-271-0/+4
* Use renamed CommonOptionsParser member functionsEdwin Vane2012-12-141-2/+2
* Add cpp11-migrate to autoconf buildEdwin Vane2012-12-121-1/+1
* Initial commit for cpp11-migrate toolEdwin Vane2012-12-127-1/+112
* 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-055-1/+123
* Update the #include lines of the extra tools.Chandler Carruth2012-12-043-4/+2
* Test commit: reformat comment.Edwin Vane2012-12-031-3/+3
* Following the example from loop-convert tests, simplifying the remove-cstr-ca...Manuel Klimek2012-11-051-8/+3
* Remove a trailing blank line, test commit.NAKAMURA Takumi2012-10-101-1/+0
* Fix typo in a comment in lit.cfgDavid Blaikie2012-09-121-1/+1
* Make lit.cfg like the other lit.cfgs so it can be run standalone.David Blaikie2012-09-041-16/+93
* Update Makefiles to reflect split of clangRewrite.a into two libraries.Ted Kremenek2012-09-013-4/+7
* Add loop-convert to the Make build.David Blaikie2012-08-312-1/+26
* Fix tests to be more robust (to older versions of grep, lesser lit-like test ...David Blaikie2012-08-3115-73/+54
* loop-convert, a C++11 for loop modernizerSam Panzer2012-08-2428-1/+3323
* Reverted to correct commit this time.Sam Panzer2012-08-2411-46/+297
OpenPOWER on IntegriCloud