summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tools-extra build after clang r235614.Richard Smith2015-04-231-1/+1
* [clang-tidy] Remove static StringSet in favor of binary search.Benjamin Kramer2015-04-172-37/+29
* Change range-based for-loop to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-1114-69/+71
* [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko2015-04-105-1/+1025
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-04-102-8/+31
* [clang-tidy] Ignore expressions with incompatible deleters.Samuel Benzaquen2015-04-092-7/+87
* Remove redundant virtual from member functions marked 'override'.David Blaikie2015-04-089-28/+29
* [clang-tidy] Fix for http://llvm.org/PR23130Alexander Kornienko2015-04-082-6/+5
* [clang-tidy] Added a couple of tests for misc-static-assert.Alexander Kornienko2015-04-041-0/+9
* [clang-tidy] Clarify message for the google-explicit-constructor checkAlexander Kornienko2015-03-312-2/+11
* Force braces on the else branch if they are being added to the if branch.Samuel Benzaquen2015-03-314-17/+42
* Fix false positive on anonymous namespaces in headers.Samuel Benzaquen2015-03-242-0/+14
* Fix clang-tidy to not assume wrong source locations for defaulted members.Eli Bendersky2015-03-231-1/+6
* Refactor: Simplify boolean expression in modularizeDavid Blaikie2015-03-231-1/+1
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-2317-146/+88
* [clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko2015-03-167-12/+14
* Fix ./configure build after r232338.Alexander Kornienko2015-03-161-2/+1
* Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko2015-03-1611-327/+222
* [clang-tidy] Fix false positives in the misc-static-assert check http://llvm....Alexander Kornienko2015-03-152-3/+19
* Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...NAKAMURA Takumi2015-03-132-0/+2
* [clang-tidy] Remove an empty destructor.Alexander Kornienko2015-03-121-2/+0
* [clang-tidy] Static Analyzer checker configuration options pass-through.Gabor Horvath2015-03-112-0/+31
* [clang-tidy] Clean up misc-use-override warning. NFCAlexander Kornienko2015-03-111-1/+1
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-0931-93/+93
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-099-32/+31
* [clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko2015-03-0910-48/+48
* [clang-tidy] Fix assertion when a dependent expression is used in an assert.Alexander Kornienko2015-03-092-1/+5
* Renamed function to avoid confusion about purpose.John Thompson2015-03-061-3/+5
* Use std::string instead of StringRef to prevent use-after-free.Daniel Jasper2015-03-051-1/+1
* [clang-tidy] Slighly clarified a comment.Alexander Kornienko2015-03-051-1/+2
* [clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko2015-03-052-22/+27
* [clang-tidy] Fix diag message in clang-tidy misc-uniqueptr-reset-release if r...Alexander Kornienko2015-03-052-4/+9
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-0526-8/+63
* [clang-tidy] Fix namespace comments. NFC.Alexander Kornienko2015-03-042-5/+5
* [clang-tidy] Output more diagnostics in check_clang_tidy.shAlexander Kornienko2015-03-041-0/+9
* Add -fexceptions for targets which need itFilipe Cabecinhas2015-03-021-1/+1
* clang-tidy: Update test as underlying problem apparently was fixed.Daniel Jasper2015-03-021-2/+1
* [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-028-2/+19
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-0222-3/+46
* [clang-tidy] Organized clang-tidy unit tests. NFC.Alexander Kornienko2015-03-024-338/+333
* [clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...Alexander Kornienko2015-03-024-2/+8
* [clang-tidy] Assert related checkersAlexander Kornienko2015-03-028-0/+521
* Add 'let' to the help message.Samuel Benzaquen2015-02-271-4/+8
* [clang-tidy] Various improvements in misc-use-overrideAlexander Kornienko2015-02-274-42/+90
* Fixed canonical path function.John Thompson2015-02-262-2/+21
* Update for clang r230512David Majnemer2015-02-251-1/+1
* [clang-tidy] Use the new ArrayRef<FixItHint> inserter.Alexander Kornienko2015-02-251-8/+5
* [clang-tidy] Correct spelling error in test file name. NFC.Alexander Kornienko2015-02-251-0/+0
* [clang-tidy] Correct confusion between overwrite and override. NFC.Alexander Kornienko2015-02-251-5/+5
OpenPOWER on IntegriCloud