summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* Extend the check to detect patterns like 'ptr.get() == nullptr'Samuel Benzaquen2014-04-091-23/+55
* Output clang-tidy errors in a consistent order.Alexander Kornienko2014-04-081-3/+4
* Fix regex bug in clang-tidy.Daniel Jasper2014-04-021-1/+1
* Disable a few clang-tidy checks by default.Daniel Jasper2014-04-021-1/+5
* Add clang-tidy check to remove redundant .get() calls on smart pointers.Samuel Benzaquen2014-03-274-3/+130
* ClangTidy.cpp: Don't use non-static member initializer, for msc17.NAKAMURA Takumi2014-03-271-3/+3
* Output messages when clang-tidy applies fix-its.Alexander Kornienko2014-03-271-49/+85
* ClangTidyContext: Don't use initializer on non-static member.NAKAMURA Takumi2014-03-202-2/+3
* clang-tidy explicit constructor check: don't warn on copy or move constructors.Alexander Kornienko2014-03-201-1/+1
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-205-42/+57
* clang-tidy explicit constructors check: don't warn on deleted constructors.Alexander Kornienko2014-03-191-1/+2
* clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is un...NAKAMURA Takumi2014-03-182-1/+6
* Add an argument comment checker to clang-tidy.Peter Collingbourne2014-03-184-0/+211
* Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.Alexander Kornienko2014-03-102-39/+93
* Deduplicate clang-tidy error messages by file, offset and message.Alexander Kornienko2014-03-101-2/+18
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-093-3/+3
* Use the appropriate operator<< instead of addRanges.Alexander Kornienko2014-03-061-14/+6
* Use range-based for loops for better readability. No functional changes inten...Alexander Kornienko2014-03-063-76/+49
* Fixed a crash when handling diagnostics without a valid file location, e.g. '...Alexander Kornienko2014-03-051-5/+9
* Added a module for checks not related to LLVM or Google coding style.Alexander Kornienko2014-03-058-5/+65
* Fixed formatting.Alexander Kornienko2014-03-056-13/+6
* [cleanup] Re-sort headers with llvm/utils/sort_includes.py.Chandler Carruth2014-03-041-1/+0
* Determine support for colored output from stdout instead of stderr since that...Craig Topper2014-03-031-1/+1
* Add a level parameter to ClangTidyCheck::diag.Peter Collingbourne2014-03-022-3/+5
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-028-20/+20
* Added a naive NOLINT implementation.Alexander Kornienko2014-02-281-1/+14
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-278-37/+33
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-263-6/+6
* [CMake] Apply DEPENDS to clangTidy.NAKAMURA Takumi2014-02-231-0/+3
* Re-add the '!' removed by mistake.Alexander Kornienko2014-02-131-1/+1
* Clang-tidy: don't create ASTConsumers not needed for the set of checks we per...Alexander Kornienko2014-02-132-10/+17
* Fix ExplicitConstructorCheck to warn only on in-class declarations.Alexander Kornienko2014-02-131-10/+12
* Consume checker names from clang static analyzer.Alexander Kornienko2014-02-121-1/+2
* The diagnostic printer expects the LangOptions to still be alive. Give it one...Nick Lewycky2014-02-061-2/+3
* Improve clang-tidy diagnostic output and filtering.Alexander Kornienko2014-02-063-52/+126
* Make the OptionCategory variable static.Alexander Kornienko2014-02-051-1/+1
* Fix crash when handling an argument parsing-related warning.Alexander Kornienko2014-02-031-1/+3
* Fix another invalid getCustomDiagID() use to unbreak the buildAlp Toker2014-01-262-4/+4
* Prospective build fix for unsafe usage of getCustomDiagID()Alp Toker2014-01-261-3/+3
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-137-23/+69
* Re-applied r198807, r198808 with an additional change to fix linking in confi...Alexander Kornienko2014-01-094-81/+123
* Reverted r198807, r198808, as they cause link errors in configure builds. Wil...Alexander Kornienko2014-01-094-123/+81
* Updated file comment.Alexander Kornienko2014-01-081-2/+3
* Restructured code, no functional changes.Alexander Kornienko2014-01-084-81/+122
* Don't emit diagnostics for system headers.Alexander Kornienko2014-01-081-0/+4
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-074-8/+8
* A follow-up to r198426: move AnalysisConsumer.h to include/clang/...Alexander Kornienko2014-01-031-2/+1
* Clear the diagnostic buffer after flushing it.Alexander Kornienko2014-01-031-2/+6
* Rework of r198404 to avoid changes in the build configuration.Alexander Kornienko2014-01-032-5/+1
* clang-tody: Rework r198403, to fix build.NAKAMURA Takumi2014-01-032-4/+4
OpenPOWER on IntegriCloud