summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...Michael Gottesman2013-08-3049-706/+738
* cpp11-migrate: Fixing autoconf build after adding libclangReplace dependencyEdwin Vane2013-08-303-5/+5
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-08-3046-733/+701
* clang-replace: Fix autoconf build failuresEdwin Vane2013-08-301-1/+1
* clang-replace: Re-org of file structureEdwin Vane2013-08-307-18/+36
* cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin2013-08-2915-0/+900
* clang-replace: Afford applying replacements in memoryEdwin Vane2013-08-283-14/+42
* Temporarily revert r189363 as it seems to be failing to build.Eric Christopher2013-08-2715-868/+0
* cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin2013-08-2715-0/+868
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-276-7/+1040
* clang-replace: Delete change description filesTareq A. Siraj2013-08-265-1/+90
* Updated the main comment with respect to problems and future directions.John Thompson2013-08-261-32/+16
* Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson2013-08-268-23/+66
* clang-replace: Layout of test directory now more standardEdwin Vane2013-08-2212-16/+17
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-226-1043/+7
* clang-replace: Exclude test-time deps from LIT test suiteEdwin Vane2013-08-221-0/+3
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-226-7/+1043
* clang-replace: Write merged changes to diskEdwin Vane2013-08-227-9/+117
* Introducing new tool clang-replaceEdwin Vane2013-08-2217-3/+479
* Adjust for r188968.Eli Friedman2013-08-222-2/+2
* cpp11-migrate: Use Replacement serialization from clang::toolingEdwin Vane2013-08-208-202/+25
* UniqueHeaderNameTest.cpp: Appease valgrind.NAKAMURA Takumi2013-08-201-2/+2
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-206-1007/+7
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-206-7/+1007
* Add dependencies on TransformUtils library in preparation for re-applying r18...Alexey Samsonov2013-08-193-3/+5
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-176-988/+5
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-176-5/+988
* Use -std=c++11 when no compilation database is providedAriel J. Bernal2013-08-163-20/+47
* cpp11-migrate: Remove mention of 'headers' from serialization codeEdwin Vane2013-08-1411-72/+64
* cpp11-migrate: Fixing doxygen warningsTareq A. Siraj2013-08-142-3/+4
* cpp11-migrate: Fix silly logic error preventing multiple transformsEdwin Vane2013-08-141-1/+2
* cpp11-migrate: Adding -yaml-only optionEdwin Vane2013-08-142-39/+53
* \param is not for referring to arguments.Benjamin Kramer2013-08-141-1/+1
* clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use "%/t" i...NAKAMURA Takumi2013-08-141-6/+3
* clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use FileChe...NAKAMURA Takumi2013-08-141-4/+12
* clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Suppress th...NAKAMURA Takumi2013-08-141-0/+3
* Enhanced test for header guards.John Thompson2013-08-133-0/+11
* Avoid errors on header guards using #if defined(NAME).John Thompson2013-08-131-0/+2
* Fixes test failure on darwin introduced by r188274Tareq A. Siraj2013-08-132-10/+11
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-08-1316-60/+442
* Remove CRs added in r187370.Nico Weber2013-08-121-20/+20
* cpp11-migrate: Fixed path problem with include/exclude pathsTareq A. Siraj2013-08-093-8/+34
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-094-28/+33
* Fixed coding convention naming issue - variable names start with uppercase.John Thompson2013-08-091-33/+33
* Fix false error message for function-style macro instance used as arguments i...John Thompson2013-08-093-0/+17
* Extend comments for problems and future directions.John Thompson2013-08-091-2/+15
* Fix speling.David Blaikie2013-08-081-4/+4
* Expanded modularize tests.John Thompson2013-08-082-0/+33
* Comment changes. Added current problems comment.John Thompson2013-08-081-3/+23
* Fixed incorrect header guard/nested header mechanism.John Thompson2013-08-073-5/+9
OpenPOWER on IntegriCloud