summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Refactoring transform-specific optionsEdwin Vane2013-10-173-13/+19
* Added module map generation docs and some clean-up.John Thompson2013-10-162-3/+131
* clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...NAKAMURA Takumi2013-10-161-2/+6
* Add missing dependency for clang-modernize.Rui Ueyama2013-10-151-1/+1
* ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz2013-10-151-1/+1
* Added module map generation option.John Thompson2013-10-1510-4/+448
* Reverted Test commit; added new line to the end of README.txtIsmail Pazarbasi2013-10-121-1/+0
* Test commit; added new line to the end of README.txtIsmail Pazarbasi2013-10-121-0/+1
* clang-modernize: Clean up help outputEdwin Vane2013-10-083-37/+92
* Switching code owner email address.Edwin Vane2013-10-081-1/+1
* Update clang-modernizer docsEdwin Vane2013-10-072-74/+117
* clang-modernize: Fixing doxygen warningsEdwin Vane2013-10-071-1/+3
* clang-modernize: Fix clang-apply-replacements invocation bugEdwin Vane2013-10-051-0/+2
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-0538-1105/+485
* clang-apply-replacements: Fixing doxygen warningEdwin Vane2013-10-011-0/+1
* Fix build by adding dep on TransformUtilsEdwin Vane2013-09-301-1/+2
* clang-apply-replacements: Add code formatting functionalityEdwin Vane2013-09-3022-15/+422
* clang-modernize: Fixing a few left over cpp11-migrate referencesEdwin Vane2013-09-262-5/+5
* clang-modernize: Reset LoopConvert's TU tracking info per TUEdwin Vane2013-09-264-50/+74
* clang-apply-replacements: Clean up -help and -versionEdwin Vane2013-09-241-0/+23
* Clean up timing command line option.Ariel J. Bernal2013-09-241-5/+3
* Fixed test for compilation databases.Ariel J. Bernal2013-09-231-3/+3
* Added tests for testing migration of files in a compilation database.Ariel J. Bernal2013-09-2314-2/+223
* Fix headers, use source quoting.John Thompson2013-09-231-7/+7
* Changed error messages to use source quoting.John Thompson2013-09-231-39/+38
* Added list of checks made.John Thompson2013-09-201-0/+8
* Added colon to make proper error message prefix.John Thompson2013-09-203-6/+6
* Added modularize documentation.John Thompson2013-09-203-0/+138
* Don't use default label in fully covered switchAlexey Samsonov2013-09-191-2/+0
* Check for #include in extern and namespace blocks.John Thompson2013-09-188-24/+278
* Fix for removing not included files from a compilation database.Ariel J. Bernal2013-09-161-1/+3
* Transform files in a compilation database if no sources are provided.Ariel J. Bernal2013-09-127-36/+109
* Point doxygen link to somthing useful.Ariel J. Bernal2013-09-121-1/+1
* clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Tweak sed...NAKAMURA Takumi2013-09-111-2/+2
* Modularize: Use in-place version of sys::path::native.Benjamin Kramer2013-09-111-2/+2
* Fix YAML tests again.Rui Ueyama2013-09-117-26/+26
* Fix YAML tests.Rui Ueyama2013-09-114-28/+28
* clang-modernize: Fix bugs in Pass-By-Value transformGuillaume Papin2013-09-063-7/+42
* clang-modernize: Tweak docs after renameEdwin Vane2013-09-063-4/+4
* clang-modernize: Update docs with -include/-excludeEdwin Vane2013-09-062-6/+30
* clang-modernize: Remove -headers optionEdwin Vane2013-09-069-63/+20
* Fix writing of reformatted files.Manuel Klimek2013-09-052-10/+19
* modularize - Fix of header dependencies - this time with the source.John Thompson2013-09-041-11/+103
* modularize - Fix of header dependencies.John Thompson2013-09-043-0/+11
* Update the header guards for clang-modernize's unittests.Chandler Carruth2013-09-042-6/+6
* Update the header guards for clang-modernize.Chandler Carruth2013-09-0430-90/+90
* modularize - Update main comment.John Thompson2013-09-041-11/+7
* Fix up a few straggling bits of the build system. This should fix theChandler Carruth2013-09-044-4/+4
* This is apparantely the one makefile that actually has file names in it.Chandler Carruth2013-09-041-1/+1
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-04143-489/+502
OpenPOWER on IntegriCloud