summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Fix Makefile.Daniel Jasper2013-03-201-1/+1
* Remove clang-format from clang-tools-extra.Daniel Jasper2013-03-206-369/+0
* Don't replace macro usage if macro body has NULLEdwin Vane2013-03-193-31/+120
* Don't include outer-most explicit cast in nullptr replacementEdwin Vane2013-03-152-17/+61
* Prevent nullptr_t-typed exprs from being replacedEdwin Vane2013-03-152-12/+47
* Adding a new code owners file for clang-tools-extra.Edwin Vane2013-03-141-0/+13
* Added future directions comment and a couple of fixme's.John Thompson2013-03-141-1/+30
* Review feedback change per Edwin: Move non-public members to end of classes.John Thompson2013-03-121-16/+15
* [docs] Clarify wording.Sean Silva2013-03-121-5/+5
* Initial check in of Doug's modularize tool for checking header readiness for ...John Thompson2013-03-125-1/+442
* Adding -final-syntax-check to cpp11-migrate user docsEdwin Vane2013-03-091-4/+11
* Splitting cpp11-migrate transform docs into sub-pagesEdwin Vane2013-03-094-171/+178
* Adding user documentation for UseAuto transformEdwin Vane2013-03-082-0/+147
* Removing 'modindex' from clang-tools-extra doc indexEdwin Vane2013-03-081-1/+0
* Fixing Doxygen warnings in cpp11-migrateEdwin Vane2013-03-083-18/+6
* Turned no_xform into a pass from expected failure.Edwin Vane2013-03-081-2/+1
* Extend loop variable naming checksEdwin Vane2013-03-0815-166/+306
* Have LoopConvert use 'auto &&' where necessaryEdwin Vane2013-03-077-42/+144
* Switch from autogenerating tests to using the preprocessor.Chandler Carruth2013-03-0713-494/+304
* Test case for PR-15414 - nullptr_t functionsStefanus Du Toit2013-03-061-0/+17
* Fixed Use-Nullptr when replacing return(0)Edwin Vane2013-03-062-2/+35
* Added summary option to cpp11-migrate toolDmitri Gribenko2013-03-058-21/+58
* Adding failing LoopConvert testcaseEdwin Vane2013-03-042-0/+27
* Properly identify 'this' as range-based for containerEdwin Vane2013-03-042-4/+80
* .gitignore: ignore docs/_buildSean Silva2013-03-031-0/+1
* Make gen_my_std.h.py compatible with python 2.5 too.Benjamin Kramer2013-03-021-23/+23
* Make the UseAuto test case generator compatible with python 2.5.Benjamin Kramer2013-03-021-16/+16
* Avoid parallelism problems generating lit.site.cfgsEdwin Vane2013-03-011-13/+14
* cpp11-migrate: Reduce the number of parsing passes.Stefanus Du Toit2013-03-011-24/+20
* Fix recursive make in clang-tools-extraEdwin Vane2013-03-014-28/+16
* cpp11-migrate: Factor out duplicate code in UseNullPtrStefanus Du Toit2013-03-011-20/+25
* Don't use 'exit' in lit scriptEdwin Vane2013-02-281-4/+1
* Turning off UseAuto/iterator.cpp test until recursive make issue fixedEdwin Vane2013-02-281-3/+6
* Add doxygen support for the tools in clang-tools-extraDmitri Gribenko2013-02-284-1/+1849
* Introducing Use-Auto transform for cpp11-migrateEdwin Vane2013-02-2812-44/+771
* Fix documentation comment in LoopConvertDmitri Gribenko2013-02-271-1/+1
* Custom lit.site.cfg configuration for cpp11-migrateEdwin Vane2013-02-275-22/+83
* Add user documentation for cpp11-migrateEdwin Vane2013-02-252-1/+242
* [docs] Rename Makefile.Daniel Dunbar2013-02-221-0/+0
* Fixing a "multiple rules generate X" warning from ninjaEdwin Vane2013-02-211-1/+2
* Tweaks and fixes to cpp11-migrate generated testsEdwin Vane2013-02-205-17/+17
* Adding files left out of commit r175544.Edwin Vane2013-02-194-0/+278
* Add support for auto-generating LIT tests by the buildEdwin Vane2013-02-194-20/+31
* Fix -use-nullptr problems with assert()Edwin Vane2013-02-172-4/+33
* Propagate changes through no-op transformsEdwin Vane2013-02-155-15/+15
* Initial docs directoryEdwin Vane2013-02-144-0/+606
* Adapt test to new clang-format behavior.Manuel Klimek2013-02-081-1/+1
* Fix for combined loop and nullptr convert testsEdwin Vane2013-02-074-5/+14
* 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
OpenPOWER on IntegriCloud