aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test
AgeCommit message (Expand)AuthorFilesLines
2013-12-01Merging r196038:Bill Wendling3-3/+3
2013-11-14Make clang's static analyzer checks available through clang-tidy.Manuel Klimek1-0/+8
2013-11-14[extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...John Thompson3-0/+240
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 Thompson2-8/+18
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-08Introduce clang-query tool.Peter Collingbourne6-0/+26
2013-10-31Rename Input to Inputs, for consistency with other tests.Dan Gohman4-19/+19
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 Thompson5-0/+224
2013-10-15Added module map generation option.John Thompson6-0/+52
2013-10-05clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane4-16/+77
2013-09-30clang-apply-replacements: Add code formatting functionalityEdwin Vane5-0/+73
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. Bernal13-0/+208
2013-09-20Added colon to make proper error message prefix.John Thompson2-4/+4
2013-09-18Check for #include in extern and namespace blocks.John Thompson5-0/+31
2013-09-11clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Tweak sed...NAKAMURA Takumi1-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 Papin1-1/+18
2013-09-06clang-modernize: Remove -headers optionEdwin Vane5-11/+6
2013-09-05Fix writing of reformatted files.Manuel Klimek1-0/+10
2013-09-04modularize - Fix of header dependencies.John Thompson3-0/+11
2013-09-04Rename cpp11-migrate to clang-modernize.Chandler Carruth50-80/+80
2013-09-04Revert svn 189837 "Added header dependencies support."Bob Wilson3-14/+0
2013-09-04Suppress test/modularize/NoProblemsDependencies.modularize on msvc, for now. ...NAKAMURA Takumi1-0/+3
2013-09-03Added header dependencies support.John Thompson3-0/+11
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 Vane11-9/+9
2013-09-03cpp11-migrate: Refactor for driver model of operationEdwin Vane5-39/+77
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 Gottesman5-77/+39
2013-08-30cpp11-migrate: Refactor for driver model of operationEdwin Vane5-39/+77
2013-08-29cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin2-0/+191
2013-08-27Temporarily revert r189363 as it seems to be failing to build.Eric Christopher2-187/+0
2013-08-27cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin2-0/+187
2013-08-26clang-replace: Delete change description filesTareq A. Siraj2-0/+21
2013-08-26Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson7-22/+55
2013-08-22clang-replace: Layout of test directory now more standardEdwin Vane12-16/+17
2013-08-22clang-replace: Exclude test-time deps from LIT test suiteEdwin Vane1-0/+3
2013-08-22clang-replace: Write merged changes to diskEdwin Vane4-0/+62
2013-08-22Introducing new tool clang-replaceEdwin Vane7-1/+76
2013-08-20cpp11-migrate: Use Replacement serialization from clang::toolingEdwin Vane1-4/+5
2013-08-14cpp11-migrate: Remove mention of 'headers' from serialization codeEdwin Vane1-3/+2
2013-08-14cpp11-migrate: Adding -yaml-only optionEdwin Vane1-2/+2
2013-08-14clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use "%/t" i...NAKAMURA Takumi1-6/+3