aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Transform files in a compilation database if no sources are provided.Ariel J. Bernal7-36/+109
2013-09-12Point doxygen link to somthing useful.Ariel J. Bernal1-1/+1
2013-09-11clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Tweak sed...NAKAMURA Takumi1-2/+2
2013-09-11Modularize: Use in-place version of sys::path::native.Benjamin Kramer1-2/+2
2013-09-11Fix YAML tests again.Rui Ueyama7-26/+26
2013-09-11Fix YAML tests.Rui Ueyama4-28/+28
2013-09-06clang-modernize: Fix bugs in Pass-By-Value transformGuillaume Papin3-7/+42
2013-09-06clang-modernize: Tweak docs after renameEdwin Vane3-4/+4
2013-09-06clang-modernize: Update docs with -include/-excludeEdwin Vane2-6/+30
2013-09-06clang-modernize: Remove -headers optionEdwin Vane9-63/+20
2013-09-05Fix writing of reformatted files.Manuel Klimek2-10/+19
2013-09-04modularize - Fix of header dependencies - this time with the source.John Thompson1-11/+103
2013-09-04modularize - Fix of header dependencies.John Thompson3-0/+11
2013-09-04Update the header guards for clang-modernize's unittests.Chandler Carruth2-6/+6
2013-09-04Update the header guards for clang-modernize.Chandler Carruth30-90/+90
2013-09-04modularize - Update main comment.John Thompson1-11/+7
2013-09-04Fix up a few straggling bits of the build system. This should fix theChandler Carruth4-4/+4
2013-09-04This is apparantely the one makefile that actually has file names in it.Chandler Carruth1-1/+1
2013-09-04Rename cpp11-migrate to clang-modernize.Chandler Carruth143-489/+502
2013-09-04Revert svn 189837 "Added header dependencies support."Bob Wilson4-146/+29
2013-09-04Suppress test/modularize/NoProblemsDependencies.modularize on msvc, for now. ...NAKAMURA Takumi1-0/+3
2013-09-03Added header dependencies support.John Thompson4-29/+143
2013-09-03Ran clang-format for a base-line.John Thompson2-19/+15
2013-09-03Undo r189834 - broke test.John Thompson4-22/+20
2013-09-03Ran clang-format.John Thompson4-20/+22
2013-09-03Rename clang-replace -> clang-apply-replacementsEdwin Vane31-53/+53
2013-09-03cpp11-migrate: Refactor for driver model of operationEdwin Vane50-739/+707
2013-09-02Update tests to reflect clang r189769 which changes the printing ofChandler Carruth4-6/+6
2013-08-30Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...Michael Gottesman49-706/+738
2013-08-30cpp11-migrate: Fixing autoconf build after adding libclangReplace dependencyEdwin Vane3-5/+5
2013-08-30cpp11-migrate: Refactor for driver model of operationEdwin Vane46-733/+701
2013-08-30clang-replace: Fix autoconf build failuresEdwin Vane1-1/+1
2013-08-30clang-replace: Re-org of file structureEdwin Vane7-18/+36
2013-08-29cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin15-0/+900
2013-08-28clang-replace: Afford applying replacements in memoryEdwin Vane3-14/+42
2013-08-27Temporarily revert r189363 as it seems to be failing to build.Eric Christopher15-868/+0
2013-08-27cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin15-0/+868
2013-08-27cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin6-7/+1040
2013-08-26clang-replace: Delete change description filesTareq A. Siraj5-1/+90
2013-08-26Updated the main comment with respect to problems and future directions.John Thompson1-32/+16
2013-08-26Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson8-23/+66
2013-08-22clang-replace: Layout of test directory now more standardEdwin Vane12-16/+17
2013-08-22Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin6-1043/+7
2013-08-22clang-replace: Exclude test-time deps from LIT test suiteEdwin Vane1-0/+3
2013-08-22cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin6-7/+1043
2013-08-22clang-replace: Write merged changes to diskEdwin Vane7-9/+117
2013-08-22Introducing new tool clang-replaceEdwin Vane17-3/+479
2013-08-22Adjust for r188968.Eli Friedman2-2/+2
2013-08-20cpp11-migrate: Use Replacement serialization from clang::toolingEdwin Vane8-202/+25
2013-08-20UniqueHeaderNameTest.cpp: Appease valgrind.NAKAMURA Takumi1-2/+2