aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2013-12-01Merging r196038:Bill Wendling13-21/+21
2013-11-20Update to 3.4 release.Bill Wendling1-2/+2
2013-11-18Fix the build after r195016.Alexander Kornienko1-2/+1
2013-11-15Reworked moduleImport example with real data.John Thompson1-3/+3
2013-11-15Always add core checkers if static analyzer checks are enabled.Manuel Klimek1-1/+8
2013-11-14Make clang's static analyzer checks available through clang-tidy.Manuel Klimek10-110/+258
2013-11-14[extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...John Thompson4-0/+241
2013-11-12Extended moduleImport test to test a module with more than one path component...John Thompson6-1/+34
2013-11-12Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...John Thompson3-10/+20
2013-11-12[extra] pp-trace - Add test for conditional callbacks.John Thompson1-0/+294
2013-11-11[extra] pp-trace - Test for moduleImport.John Thompson3-0/+29
2013-11-08Revert r194247 conditional on non-MSVC.Peter Collingbourne1-0/+5
2013-11-08clang-query: Unbreak msvc.NAKAMURA Takumi1-3/+0
2013-11-08Silence GCC warning.Peter Collingbourne1-0/+2
2013-11-08Introduce clang-query tool.Peter Collingbourne23-2/+946
2013-11-05pp-trace user documentation - beginningsJohn Thompson1-21/+675
2013-11-05[extra] pp-trace - Fixed problems found while writing docs.John Thompson2-5/+2
2013-11-01pp-trace user documentation - beginningsJohn Thompson1-1/+3
2013-11-01pp-trace user documentation - beginningsJohn Thompson2-0/+170
2013-10-31Rename Input to Inputs, for consistency with other tests.Dan Gohman4-19/+19
2013-10-31Delete unused private field to fix -Werror buildAlexey Samsonov1-3/+0
2013-10-31Fix comment. pp-trace can only handle source file at a time.John Thompson1-1/+1
2013-10-31check-clang-tools: Add pp-trace for deps.NAKAMURA Takumi1-0/+1
2013-10-31check-clang-tools: Reorder CLANG_TOOLS_TEST_DEPS.NAKAMURA Takumi1-1/+5
2013-10-31pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson12-1/+1370
2013-10-17Refactoring transform-specific optionsEdwin Vane3-13/+19
2013-10-16Added module map generation docs and some clean-up.John Thompson2-3/+131
2013-10-16clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...NAKAMURA Takumi1-2/+6
2013-10-15Add missing dependency for clang-modernize.Rui Ueyama1-1/+1
2013-10-15ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz1-1/+1
2013-10-15Added module map generation option.John Thompson10-4/+448
2013-10-12Reverted Test commit; added new line to the end of README.txtIsmail Pazarbasi1-1/+0
2013-10-12Test commit; added new line to the end of README.txtIsmail Pazarbasi1-0/+1
2013-10-08clang-modernize: Clean up help outputEdwin Vane3-37/+92
2013-10-08Switching code owner email address.Edwin Vane1-1/+1
2013-10-07Update clang-modernizer docsEdwin Vane2-74/+117
2013-10-07clang-modernize: Fixing doxygen warningsEdwin Vane1-1/+3
2013-10-05clang-modernize: Fix clang-apply-replacements invocation bugEdwin Vane1-0/+2
2013-10-05clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane38-1105/+485
2013-10-01clang-apply-replacements: Fixing doxygen warningEdwin Vane1-0/+1
2013-09-30Fix build by adding dep on TransformUtilsEdwin Vane1-1/+2
2013-09-30clang-apply-replacements: Add code formatting functionalityEdwin Vane22-15/+422
2013-09-26clang-modernize: Fixing a few left over cpp11-migrate referencesEdwin Vane2-5/+5
2013-09-26clang-modernize: Reset LoopConvert's TU tracking info per TUEdwin Vane4-50/+74
2013-09-24clang-apply-replacements: Clean up -help and -versionEdwin Vane1-0/+23
2013-09-24Clean up timing command line option.Ariel J. Bernal1-5/+3
2013-09-23Fixed test for compilation databases.Ariel J. Bernal1-3/+3
2013-09-23Added tests for testing migration of files in a compilation database.Ariel J. Bernal14-2/+223
2013-09-23Fix headers, use source quoting.John Thompson1-7/+7
2013-09-23Changed error messages to use source quoting.John Thompson1-39/+38