summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Prefix error_code with std.Rafael Espindola2014-06-126-48/+45
* Quick build fix.Rafael Espindola2014-06-126-0/+6
* include system_error directly.Rafael Espindola2014-06-126-6/+6
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-1212-33/+33
* A follow-up to r210260: updated a comment. No functional changes.Alexander Kornienko2014-06-121-2/+2
* Track clang changes from r210758Alp Toker2014-06-121-1/+1
* Use generic_category from the std namespace.Rafael Espindola2014-06-121-5/+5
* clang-tidy: [use-override] Remove 'override' if 'final' is also present.Daniel Jasper2014-06-113-9/+35
* Prospective build fix following clang r210518Alp Toker2014-06-103-3/+3
* Simplify code. No functional change.Craig Topper2014-06-101-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-0922-73/+74
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-0511-103/+266
* clang-tidy: Make use-override tests stricter.Daniel Jasper2014-06-041-5/+5
* clang-tidy use override: Don't generate incorrect warnings without fixesDaniel Jasper2014-06-043-142/+168
* Remove inclusions of LLVM's private config.hAlp Toker2014-06-042-2/+0
* Don't assume an implicit error_code -> bool operator.Rafael Espindola2014-06-031-5/+5
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-026-15/+34
* Exit with error when no checks enabled.Alexander Kornienko2014-06-023-2/+13
* clang-tidy: Extend the use-override check to understand 'final'.Daniel Jasper2014-06-022-3/+24
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-313-8/+8
* Revert "Remove redundant check discovered in post-commit review of r209505."Daniel Jasper2014-05-301-1/+3
* Remove redundant check discovered in post-commit review of r209505.Daniel Jasper2014-05-301-3/+1
* Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.Alexander Kornienko2014-05-282-5/+3
* ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailab...NAKAMURA Takumi2014-05-241-7/+8
* clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter.NAKAMURA Takumi2014-05-241-1/+1
* clang-tidy: Only add 'override' before inlined bodies.Daniel Jasper2014-05-232-1/+5
* Update the code according to the changes in r209468.Alexander Kornienko2014-05-221-4/+2
* Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko2014-05-2212-22/+262
* Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek2014-05-211-0/+1
* Added a commentAlexander Kornienko2014-05-191-0/+2
* Improved llvm-namespace-comment check.Alexander Kornienko2014-05-198-76/+277
* Address review comments on r208954. No functional changes.Daniel Jasper2014-05-191-7/+6
* Track clang changes from r209061Alp Toker2014-05-171-2/+1
* Initializer list is unavailable. Use the constructor instead.NAKAMURA Takumi2014-05-161-2/+3
* clang-tidy/misc/UseOverride.cpp: Appease targeting msvc.NAKAMURA Takumi2014-05-161-1/+1
* Update clang-tidy documentation.Alexander Kornienko2014-05-162-29/+55
* Initial version of clang-tidy check to use override instead of virual.Daniel Jasper2014-05-166-1/+300
* Fixed incorrect StringRef::find usage.Alexander Kornienko2014-05-152-4/+4
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-1518-47/+136
* Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...Benjamin Kramer2014-05-102-9/+8
* Allow ClangTidyDiagnosticConsumer to be reused.Alexander Kornienko2014-05-091-0/+1
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-097-26/+24
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-078-26/+83
* Fix a crash when diagnostic points to a macro definition on command line.Alexander Kornienko2014-05-062-1/+8
* Fix assertion in google-explicit-constructor check when the constructor isAlexander Kornienko2014-05-052-3/+14
* Add clang-tidy -header-filter optionAlexander Kornienko2014-05-057-6/+64
* Fix ClangTidyOptions constructor to initialize all members. Fixes bug introdu...Alex McCarthy2014-04-301-1/+1
* Test cleanup recommended in http://reviews.llvm.org/D3556Alex McCarthy2014-04-301-4/+1
* Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy2014-04-305-13/+56
* Fix the message for "Move constructor declared explicit".Alexander Kornienko2014-04-292-5/+6
OpenPOWER on IntegriCloud