summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Add checker that warn when macro argument with side effects is re...Daniel Marjamaki2015-06-171-0/+84
* clang-tidy: Add checker that warns about missing parentheses in macrosDaniel Marjamaki2015-06-161-0/+36
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-043-0/+14
* [clang-tidy] Fix for llvm.org/PR23355Szabolcs Sipos2015-05-292-1/+18
* [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructorAlexander Kornienko2015-05-271-3/+3
* [clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and...Alexander Kornienko2015-05-261-0/+8
* [clang-tidy] Don't issue most google-readability-casting warnings on .c files...Alexander Kornienko2015-05-261-0/+11
* [clang-tidy] Fix for llvm.org/PR23572Szabolcs Sipos2015-05-231-0/+6
* Add a clang-tidy check for move constructors/assignment ops without noexcept.Alexander Kornienko2015-05-221-0/+37
* [clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko2015-05-211-0/+3
* Copy lit shell changes from clang to clang-tools-extra, excluding some failin...Reid Kleckner2015-05-202-3/+18
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko2015-05-173-0/+120
* [clang-tidy] Treat all types with non-trivial destructors as RAII.Alexander Kornienko2015-05-121-0/+8
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-05-081-0/+6
* Update to match clang r236404.Richard Smith2015-05-042-12/+12
* Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...NAKAMURA Takumi2015-05-011-3/+0
* Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now...NAKAMURA Takumi2015-04-281-0/+3
* 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-163-40/+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
* Revert "Add a missing target requirement."Adrian Prantl2015-02-251-1/+1
* Add a missing target requirement.Adrian Prantl2015-02-251-1/+1
* Deleted module-map-checker, as it's been folded into modularize.John Thompson2015-02-2019-65/+0
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-1919-1/+65
* Fixed missing checkins.John Thompson2015-02-182-0/+18
* Added support for extracting headers from module maps as a source for the hea...John Thompson2015-02-182-0/+2
* [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.Gabor Horvath2015-02-171-3/+40
* clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.NAKAMURA Takumi2015-02-131-1/+1
* [clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.Gabor Horvath2015-02-121-0/+4
* Fix broken test in separate build tree.John Thompson2015-02-121-1/+1
* Added support for multiple header list files, as a precursor for when we need...John Thompson2015-02-121-0/+2
* Added -block-check-header-list-only option. This is a work-around for privat...John Thompson2015-02-111-0/+3
* Renamed module.map to module.modulemap.John Thompson2015-02-104-6/+6
* [clang-tidy] Checker for inaccurate use of erase() method.Gabor Horvath2015-02-101-0/+67
OpenPOWER on IntegriCloud