summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.NAKAMURA Takumi2014-04-102-0/+2
* Inject unique_ptr/shared_ptr into the test instead of using <memory>Samuel Benzaquen2014-04-092-2/+34
* Extend the check to detect patterns like 'ptr.get() == nullptr'Samuel Benzaquen2014-04-094-19/+47
* Fix regex bug in clang-tidy.Daniel Jasper2014-04-028-10/+10
* Add clang-tidy check to remove redundant .get() calls on smart pointers.Samuel Benzaquen2014-03-272-0/+122
* Output messages when clang-tidy applies fix-its.Alexander Kornienko2014-03-271-1/+5
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-4/+20
* Add an argument comment checker to clang-tidy.Peter Collingbourne2014-03-181-0/+21
* Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.Alexander Kornienko2014-03-101-0/+7
* Deduplicate clang-tidy error messages by file, offset and message.Alexander Kornienko2014-03-101-0/+12
* clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Flush module cache to l...NAKAMURA Takumi2014-03-091-0/+1
* clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Use [[@LINE]].NAKAMURA Takumi2014-03-091-6/+9
* Use more specific checks filter in the test.Alexander Kornienko2014-03-061-1/+1
* Fixed a crash when handling diagnostics without a valid file location, e.g. '...Alexander Kornienko2014-03-051-4/+4
* Added a naive NOLINT implementation.Alexander Kornienko2014-02-281-0/+10
* Add a makefile for clang-query. Patch by Alex Horn!Peter Collingbourne2014-02-185-11/+2
* Consume checker names from clang static analyzer.Alexander Kornienko2014-02-121-2/+11
* Fix crash when handling an argument parsing-related warning.Alexander Kornienko2014-02-031-0/+5
* check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj...NAKAMURA Takumi2014-01-262-4/+0
* Attempt to stabilize the Windows builderAlp Toker2014-01-251-1/+2
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-191-1/+1
* check-clang-tools: Fixup for r199583.NAKAMURA Takumi2014-01-192-0/+2
* [CMake] Import CLANG_TOOLS_DIR from check-clang into check-clang-tools for st...NAKAMURA Takumi2014-01-193-1/+14
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-131-1/+1
* Initial checkin of new module-map-checker tool.John Thompson2014-01-0720-1/+66
* Make lit.site.cfg Py3-compatible. Copied from r188041.NAKAMURA Takumi2013-12-301-1/+4
* check-clang-tools: Prune 'clang' stuff. Clang is not used here.NAKAMURA Takumi2013-12-092-60/+1
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-072-27/+27
* clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Dequote s...NAKAMURA Takumi2013-12-063-10/+10
* Revert r196474, "Re-apply r196439, with sed patterns modified to be more DOS-...NAKAMURA Takumi2013-12-061-4/+2
* Re-apply r196439, with sed patterns modified to be more DOS-path friendly.Lang Hames2013-12-051-2/+4
* Revert r196439, "If the LLVM OBJ_DIR path contains any characters not listed ...NAKAMURA Takumi2013-12-051-4/+2
* If the LLVM OBJ_DIR path contains any characters not listed in theLang Hames2013-12-051-2/+4
* Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org...John Thompson2013-12-041-0/+10
* Fix a variety of user-visible and comment typosAlp Toker2013-12-013-3/+3
* Add a .clang-format to avoid reflow of test RUN linesAlp Toker2013-12-011-0/+2
* Make clang's static analyzer checks available through clang-tidy.Manuel Klimek2013-11-141-0/+8
* [extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...John Thompson2013-11-143-0/+240
* Extended moduleImport test to test a module with more than one path component...John Thompson2013-11-126-1/+34
* Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...John Thompson2013-11-122-8/+18
* [extra] pp-trace - Add test for conditional callbacks.John Thompson2013-11-121-0/+294
* [extra] pp-trace - Test for moduleImport.John Thompson2013-11-113-0/+29
* Introduce clang-query tool.Peter Collingbourne2013-11-086-0/+26
* Rename Input to Inputs, for consistency with other tests.Dan Gohman2013-10-314-19/+19
* check-clang-tools: Add pp-trace for deps.NAKAMURA Takumi2013-10-311-0/+1
* check-clang-tools: Reorder CLANG_TOOLS_TEST_DEPS.NAKAMURA Takumi2013-10-311-1/+5
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-315-0/+224
* Added module map generation option.John Thompson2013-10-156-0/+52
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-054-16/+77
* clang-apply-replacements: Add code formatting functionalityEdwin Vane2013-09-305-0/+73
OpenPOWER on IntegriCloud