summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-056-264/+10
* Fix build by adding dep on TransformUtilsEdwin Vane2013-09-301-1/+2
* clang-apply-replacements: Add code formatting functionalityEdwin Vane2013-09-3013-6/+126
* clang-modernize: Fixing a few left over cpp11-migrate referencesEdwin Vane2013-09-262-5/+5
* Transform files in a compilation database if no sources are provided.Ariel J. Bernal2013-09-121-1/+1
* clang-modernize: Remove -headers optionEdwin Vane2013-09-061-26/+8
* Update the header guards for clang-modernize's unittests.Chandler Carruth2013-09-042-6/+6
* Fix up a few straggling bits of the build system. This should fix theChandler Carruth2013-09-042-2/+2
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-0413-13/+13
* Rename clang-replace -> clang-apply-replacementsEdwin Vane2013-09-032-3/+3
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-09-037-101/+154
* Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...Michael Gottesman2013-08-307-154/+101
* cpp11-migrate: Fixing autoconf build after adding libclangReplace dependencyEdwin Vane2013-08-301-2/+2
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-08-306-99/+152
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-273-7/+424
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-223-427/+7
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-223-7/+427
* cpp11-migrate: Use Replacement serialization from clang::toolingEdwin Vane2013-08-202-74/+0
* UniqueHeaderNameTest.cpp: Appease valgrind.NAKAMURA Takumi2013-08-201-2/+2
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-203-391/+7
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-203-7/+391
* Add dependencies on TransformUtils library in preparation for re-applying r18...Alexey Samsonov2013-08-192-2/+4
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-173-372/+5
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-173-5/+372
* cpp11-migrate: Remove mention of 'headers' from serialization codeEdwin Vane2013-08-143-27/+22
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-08-136-15/+109
* cpp11-migrate: Fixed path problem with include/exclude pathsTareq A. Siraj2013-08-091-1/+19
* Fix clang-tidy dependencies and bad file comment.Daniel Jasper2013-08-041-0/+2
* Fixed path differences when using include/exclude headersAriel J. Bernal2013-07-311-0/+17
* Revert "cpp11-migrate: Write header replacements to disk"Rafael Espindola2013-07-306-117/+15
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-07-306-15/+117
* cpp11-migrate: Add -for-compilers command line switch.Guillaume Papin2013-07-291-0/+22
* Initial architecture for clang-tidy.Daniel Jasper2013-07-297-1/+162
* Revert "cpp11-migrate: Write header replacements to disk"Rafael Espindola2013-07-266-117/+15
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-07-266-15/+117
* cp11-migrate: Integration with LibFormatEdwin Vane2013-07-235-6/+161
* Revert "cp11-migrate: Integration with LibFormat"Michael Gottesman2013-07-225-161/+6
* cp11-migrate: Integration with LibFormatEdwin Vane2013-07-225-6/+161
* cpp11-migrate: Make a VirtualFilesHelper class for the unit tests.Edwin Vane2013-07-222-74/+85
* cpp11-migrate: Use test fixture in preparation for more testsEdwin Vane2013-07-181-20/+67
* cpp11-migrate: FileOverrides/Transform refactoring.Tareq A. Siraj2013-07-123-2/+61
* 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-102-1/+63
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+2
* 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
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-181-1/+115
* cpp11-migrate: Transform now responsible for applying replacementsEdwin Vane2013-06-182-8/+7
* cpp11-migrate: Transform now responsible for file content overridingEdwin Vane2013-06-171-4/+37
* Revert "sys::Path::GetCurrentDirectory has been removed. Use sys::fs::current...Rafael Espindola2013-06-141-20/+17
OpenPOWER on IntegriCloud