summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix UseAuto replacing variable declaration lists containing non-initializedAriel J. Bernal2013-05-174-53/+81
* cpp11-migrate: Check for valid NULL macros from macro arg expansionsEdwin Vane2013-05-162-2/+16
* cpp11-migrate: Refactor NullptrActionsEdwin Vane2013-05-161-181/+179
* cpp11-migrate: Add override specifier before comments on inline methodsEdwin Vane2013-05-144-50/+41
* cpp11-migrate: Fix crash in AddOverride due to template instantiationsEdwin Vane2013-05-103-22/+92
* Transform for loops over pseudo-arrays only if begin/end members existEdwin Vane2013-05-093-2/+120
* Use 'auto const&' for iterators whose deref operator return a const varAriel J. Bernal2013-05-0910-28/+212
* Stop LoopConvert removing DeclStmts from selection/iteration condition clausesEdwin Vane2013-05-063-10/+121
* Added comprehensive macro arg usage logic to Use-Nullptr TransformEdwin Vane2013-05-062-69/+378
* Generate input files from within unit testEdwin Vane2013-05-038-49/+42
OpenPOWER on IntegriCloud