summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Fix UseAuto not transforming iterator when non-fully qualifiers are used andAriel J. Bernal2013-07-156-54/+79
* cpp11-migrate: FileOverrides/Transform refactoring.Tareq A. Siraj2013-07-1210-152/+259
* cpp11-migrate: Add missing file headers in unit testsEdwin Vane2013-07-113-0/+27
* Generate a unique filename for a given headerTareq A. Siraj2013-07-104-1/+123
* cpp11-migrate: Fixes for r185811Edwin Vane2013-07-082-2/+3
* cpp11-migrate: Tidying upEdwin Vane2013-07-0847-169/+232
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+2
* cpp11-migrate: Minor command-line fixes and improvementsEdwin Vane2013-07-046-11/+38
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-042-2/+2
* cpp11-migrate: Add Replace-AutoPtr TransformEdwin Vane2013-07-0318-3/+953
* Ran clang-format on Modularize.cpp to get a baseline for future changes.John Thompson2013-06-271-12/+20
* Don't use PathV1.h in IncludeExcludeTest.cpp.Rafael Espindola2013-06-261-16/+34
* Don't use PathV1.h in TransformTest.cpp.Rafael Espindola2013-06-261-34/+41
* Don't use PathV1.h in PerfSupport.cpp.Rafael Espindola2013-06-261-4/+3
* cpp11-migrate: Really fixing doxygen warningEdwin Vane2013-06-251-0/+1
* Fixed typo.John Thompson2013-06-191-1/+1
* cpp11-migrate: Fixing doxygen warningEdwin Vane2013-06-191-1/+0
* cpp11-migrate: Fix parsing of '.' for header include/excludesEdwin Vane2013-06-191-3/+11
* Fix a remove-cstr-calls test that fails checking of the produced code.Manuel Klimek2013-06-191-1/+6
* Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]NAKAMURA Takumi2013-06-191-1/+0
* Fixed a typo and naming convention.John Thompson2013-06-182-4/+4
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-1818-58/+206
* cpp11-migrate: Transform now responsible for applying replacementsEdwin Vane2013-06-1816-199/+204
* cpp11-migrate: Transform now responsible for file content overridingEdwin Vane2013-06-177-69/+112
* Revert "sys::Path::GetCurrentDirectory has been removed. Use sys::fs::current...Rafael Espindola2013-06-141-20/+17
* sys::Path::GetCurrentDirectory has been removed. Use sys::fs::current_path.Rafael Espindola2013-06-141-17/+20
* Add a dependency on LLVM's option library for clang-tools-extraReid Kleckner2013-06-145-5/+5
* Force c++98 so this works on windows where c++11 is the default.Rafael Espindola2013-06-141-1/+1
* cpp11-migrate: Fixing section markupEdwin Vane2013-06-145-15/+15
* Also install cpp11-migrate when built with cmake. Fixes bug #16296Sylvestre Ledru2013-06-141-0/+3
* cpp11-migrate: const-correcting IncludeExcludeInfoEdwin Vane2013-06-132-6/+6
* cpp11-migrate: Add headers to file override informationEdwin Vane2013-06-133-0/+28
* cpp11-migrate: Replace file override containerEdwin Vane2013-06-1318-90/+215
* cpp11-migrate: Decluttering Transform.hEdwin Vane2013-06-122-17/+19
* cpp11-migrate: New mechanism for overriding file contentsEdwin Vane2013-06-126-31/+90
* More build fixes.Rafael Espindola2013-06-112-0/+2
* Fix build after clang change r183781.Rafael Espindola2013-06-111-0/+1
* cpp11-migrate: Add EnableHeaderModification flagEdwin Vane2013-06-062-0/+27
* cpp11-migrate: Refactor how global options are passed to TransformsEdwin Vane2013-06-0615-61/+73
* cpp11-migrate: Docs refreshEdwin Vane2013-06-063-92/+228
* cpp11-migrate: Eliminate windows line endingsEdwin Vane2013-06-056-649/+649
* cpp11-migrate: collect performance timers per source fileEdwin Vane2013-06-048-554/+757
* cpp11-migrate: turn off PID-based perf data filenamesEdwin Vane2013-06-031-2/+6
* Add support for report execution timesAriel J. Bernal2013-06-031-1/+78
* cpp11-migrate: Add option to detect and use macros that expand to 'override'Edwin Vane2013-05-315-61/+109
* Fix the build. Use proper names here.Bill Wendling2013-05-301-1/+1
* Tweak autoconf link params to fix migrator buildEdwin Vane2013-05-302-8/+6
* cpp11-migrate: Transforms collect timing data.Edwin Vane2013-05-3014-20/+172
* Fix UseAuto replacing declaration lists with new expressionsAriel J. Bernal2013-05-274-59/+126
* Unbreak the build.Benjamin Kramer2013-05-171-3/+4
OpenPOWER on IntegriCloud