aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy
AgeCommit message (Expand)Author
2014-06-12include system_error directly.Rafael Espindola
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-12A follow-up to r210260: updated a comment. No functional changes.Alexander Kornienko
2014-06-11clang-tidy: [use-override] Remove 'override' if 'final' is also present.Daniel Jasper
2014-06-09[C++11] Use 'nullptr'.Craig Topper
2014-06-05Allow per-file clang-tidy options.Alexander Kornienko
2014-06-04clang-tidy use override: Don't generate incorrect warnings without fixesDaniel Jasper
2014-06-02Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko
2014-06-02Exit with error when no checks enabled.Alexander Kornienko
2014-06-02clang-tidy: Extend the use-override check to understand 'final'.Daniel Jasper
2014-05-30Revert "Remove redundant check discovered in post-commit review of r209505."Daniel Jasper
2014-05-30Remove redundant check discovered in post-commit review of r209505.Daniel Jasper
2014-05-28Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.Alexander Kornienko
2014-05-23clang-tidy: Only add 'override' before inlined bodies.Daniel Jasper
2014-05-22Update the code according to the changes in r209468.Alexander Kornienko
2014-05-22Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko
2014-05-19Added a commentAlexander Kornienko
2014-05-19Improved llvm-namespace-comment check.Alexander Kornienko
2014-05-19Address review comments on r208954. No functional changes.Daniel Jasper
2014-05-17Track clang changes from r209061Alp Toker
2014-05-16Initializer list is unavailable. Use the constructor instead.NAKAMURA Takumi
2014-05-16clang-tidy/misc/UseOverride.cpp: Appease targeting msvc.NAKAMURA Takumi
2014-05-16Update clang-tidy documentation.Alexander Kornienko
2014-05-16Initial version of clang-tidy check to use override instead of virual.Daniel Jasper
2014-05-15Fixed incorrect StringRef::find usage.Alexander Kornienko
2014-05-15Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko
2014-05-10Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...Benjamin Kramer
2014-05-09Allow ClangTidyDiagnosticConsumer to be reused.Alexander Kornienko
2014-05-09Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko
2014-05-07Print stats on displayed and ignored warnings.Alexander Kornienko
2014-05-06Fix a crash when diagnostic points to a macro definition on command line.Alexander Kornienko
2014-05-05Fix assertion in google-explicit-constructor check when the constructor isAlexander Kornienko
2014-05-05Add clang-tidy -header-filter optionAlexander Kornienko
2014-04-30Fix ClangTidyOptions constructor to initialize all members. Fixes bug introdu...Alex McCarthy
2014-04-30Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy
2014-04-29Fix the message for "Move constructor declared explicit".Alexander Kornienko
2014-04-29Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko
2014-04-29Warn on explicit copy constructors.Alexander Kornienko
2014-04-29Do not touch get() calls on 'this' object.Samuel Benzaquen
2014-04-29Fix typo (first commit to test commit access).Alex McCarthy
2014-04-09Extend the check to detect patterns like 'ptr.get() == nullptr'Samuel Benzaquen
2014-04-08Output clang-tidy errors in a consistent order.Alexander Kornienko
2014-04-02Fix regex bug in clang-tidy.Daniel Jasper
2014-04-02Disable a few clang-tidy checks by default.Daniel Jasper
2014-03-27Add clang-tidy check to remove redundant .get() calls on smart pointers.Samuel Benzaquen
2014-03-27ClangTidy.cpp: Don't use non-static member initializer, for msc17.NAKAMURA Takumi
2014-03-27Output messages when clang-tidy applies fix-its.Alexander Kornienko
2014-03-20ClangTidyContext: Don't use initializer on non-static member.NAKAMURA Takumi
2014-03-20clang-tidy explicit constructor check: don't warn on copy or move constructors.Alexander Kornienko
2014-03-20Post-filter clang-tidy diagnostic messages.Alexander Kornienko