summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-05-081-0/+6
* clang-tidy: [readability-else-after-return] Fix false positive. ThisDaniel Jasper2015-04-271-0/+7
* [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko2015-04-101-0/+543
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-04-101-0/+19
* [clang-tidy] Ignore expressions with incompatible deleters.Samuel Benzaquen2015-04-091-4/+26
* [clang-tidy] Fix for http://llvm.org/PR23130Alexander Kornienko2015-04-081-3/+2
* [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-311-1/+6
* [clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko2015-03-161-1/+1
* Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko2015-03-161-0/+42
* [clang-tidy] Fix false positives in the misc-static-assert check http://llvm....Alexander Kornienko2015-03-151-0/+8
* [clang-tidy] Static Analyzer checker configuration options pass-through.Gabor Horvath2015-03-111-0/+19
* [clang-tidy] Fix assertion when a dependent expression is used in an assert.Alexander Kornienko2015-03-091-0/+2
* [clang-tidy] Fix diag message in clang-tidy misc-uniqueptr-reset-release if r...Alexander Kornienko2015-03-051-1/+1
* [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] Assert related checkersAlexander Kornienko2015-03-022-0/+172
* [clang-tidy] Various improvements in misc-use-overrideAlexander Kornienko2015-02-273-36/+66
* [clang-tidy] Correct spelling error in test file name. NFC.Alexander Kornienko2015-02-251-0/+0
* [clang-tidy] Fixed a false positive case in misc-inaccurate-erase checker.Gabor Horvath2015-02-251-2/+12
* [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.Gabor Horvath2015-02-171-3/+40
* [clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.Gabor Horvath2015-02-121-0/+4
* [clang-tidy] Checker for inaccurate use of erase() method.Gabor Horvath2015-02-101-0/+67
* Verify assign operator signatures.Samuel Benzaquen2015-02-091-0/+52
* [clang-tidy] Checker for inefficient use of algorithms on associative containersGabor Horvath2015-02-071-0/+92
* [clang-tidy] Don't ignore default set of checks when a config file is found.Alexander Kornienko2015-02-051-4/+4
* [clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.Alexander Kornienko2015-02-051-3/+32
* [clang-tidy] Fix some false positives in google-readability-castingAlexander Kornienko2015-01-292-22/+47
* [clang-tidy] Use shrink_to_fit instead of copy and swap trickAlexander Kornienko2015-01-231-0/+75
* clang-tidy: 'size' call that could be replaced with 'empty' on STL containersAlexander Kornienko2015-01-151-0/+106
* clang-tidy: Add initial check for "Don't use else after return".Daniel Jasper2015-01-141-0/+28
* clang-tidy: [misc-use-override] Simplify regular expressions in test.Daniel Jasper2015-01-091-41/+41
* clang-tidy: [misc-use-override] Fix 'override' insertion.Daniel Jasper2015-01-091-0/+5
* [clang-tidy] google-runtime-int: Don't check C code.Alexander Kornienko2014-12-081-0/+27
* [clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> moveAlexander Kornienko2014-12-051-0/+48
* [clang-tidy] Make a test independent of the default check set.Alexander Kornienko2014-12-031-1/+1
* [clang-tidy] google-explicit-constructor: don't match in template instantiationsAlexander Kornienko2014-11-301-0/+18
* [clang-tidy] More tests for the google-explicit-constructor checkAlexander Kornienko2014-11-281-5/+26
* [clang-tidy] Support initializer_list in google-explicit-constructor checkAlexander Kornienko2014-11-277-24/+83
* clang-tidy: [misc-use-override] Add testcase with reversed attribute orderDaniel Jasper2014-11-251-0/+5
* clang-tidy: Add override before the first attribute.Daniel Jasper2014-11-251-7/+8
* [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10Alexander Kornienko2014-11-202-4/+18
* [clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2014-11-201-1/+1
* Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"Hans Wennborg2014-11-191-1/+1
* [clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2014-11-191-1/+1
* [clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko2014-11-173-5/+6
* Regression test for the --serialize-diagnostics problem fixed in r221884.Alexander Kornienko2014-11-131-0/+3
* [clang-tidy] google-readability-function: skip std::nullptr_tAlexander Kornienko2014-11-051-0/+6
* [clang-tidy] Added -fix-errors optionAlexander Kornienko2014-11-031-0/+15
* Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for inves...NAKAMURA Takumi2014-10-291-0/+3
OpenPOWER on IntegriCloud