summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-5/+0
* [clang-tidy] new check: bugprone-branch-cloneKristof Umann2019-05-154-0/+269
* [clang-tidy] Fix invalid fixit for readability-static-accessed-through-instan...Matthias Gehre2019-05-141-0/+1
* [clang-tidy] readability-redundant-declaration: fix false positive with C "ex...Matthias Gehre2019-05-131-2/+8
* [clang-tidy] new check: bugprone-unhandled-self-assignmentTamas Zolnai2019-05-124-0/+139
* Removing an unused member variable; NFC.Aaron Ballman2019-05-101-4/+2
* [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton2019-05-1011-53/+84
* Recommit r360345 with fixes (was reverted in r360348).Aaron Ballman2019-05-104-0/+544
* Revert r360345 and r360346, as they are not passing the testbots.Aaron Ballman2019-05-094-543/+0
* Add the modernize-use-trailing-return check to rewrite function signatures to...Aaron Ballman2019-05-094-0/+543
* [clang-tidy] Do not show incorrect fix in modernize-make-uniqueIlya Biryukov2019-05-081-2/+3
* [clang-tidy] Extend bugprone-sizeof-expression to check sizeof(pointers to st...Adam Balogh2019-05-071-2/+9
* [clang-tidy] Extend bugprone-sizeof-expression check to detect sizeof misuse ...Adam Balogh2019-05-061-2/+55
* Fix up after r360006.Richard Smith2019-05-061-1/+1
* [clang-tidy] openmp-exception-escape check: point to the structured-blockRoman Lebedev2019-05-051-1/+1
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-4/+0
* Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross2019-05-021-13/+16
* [clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionalsDon Hinton2019-04-244-0/+203
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-232-1/+5
* [clang-tidy] Address post-commit commentsHaojian Wu2019-04-181-31/+30
* [clang-tidy] Don't issue cppcoreguidelines-macro-usage on builtin macrosAlexander Kornienko2019-04-171-1/+2
* [clang-tidy] Add a check for [super self] in initializers 🔍Stephane Moore2019-04-174-0/+167
* [clang-tidy] Fix invalid location in readability-misleading-indentation diagn...Alexander Kornienko2019-04-171-1/+5
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-174-35/+68
* [clang-tidy] Add MagnitudeBitsUpperLimit option to bugprone-too-small-loop-v...Tamas Zolnai2019-04-142-20/+38
* ClangTidy: Avoid mixing stdout with stderror when dealing with a large number...Andi-Bogdan Postelnicu2019-04-091-0/+1
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-042-2/+2
* [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko2019-04-032-4/+0
* [clang-tidy] make getLangOpts return a const refAlexander Kornienko2019-04-021-1/+1
* [clang-tidy] Fix PR28406Alexander Kornienko2019-03-291-7/+10
* [clang-tidy] Handle missing yaml module in run-clang-tidy.pyZinovy Nis2019-03-272-12/+16
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+2
* [clang-tidy] ClangTidy.h -> ClangTidyCheck.hAlexander Kornienko2019-03-251-1/+1
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-251-1/+1
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-25172-172/+172
* [clang-tidy] Separate the check-facing interfaceAlexander Kornienko2019-03-255-225/+270
* [clang-tidy] Fix more false positives for bugprone-string-integer-assignmentClement Courbet2019-03-251-23/+84
* [clang-tidy] openmp-exception-escape - a new checkRoman Lebedev2019-03-226-0/+143
* [clang-tidy] openmp-use-default-none - a new checkRoman Lebedev2019-03-224-0/+105
* [clang-tidy] A new OpenMP moduleRoman Lebedev2019-03-226-0/+54
* [NFC] ExceptionEscapeCheck: small refactoringRoman Lebedev2019-03-222-1/+20
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-2243-116/+139
* [clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyNameAlexander Kornienko2019-03-222-9/+7
* [clang-tidy] Fix a compiler warning.Alexander Kornienko2019-03-222-12/+12
* [clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko2019-03-228-24/+499
* Reland r356547 after fixing the YAML module missing issue.Zinovy Nis2019-03-211-29/+153
* Revert "Reland r356547 after fixing the tests for Linux."Douglas Yung2019-03-201-144/+26
* [clang-tidy] Disable google-runtime-int in Objective-C++ 🔓Stephane Moore2019-03-201-1/+3
* Reland r356547 after fixing the tests for Linux.Zinovy Nis2019-03-201-26/+144
* Revert rL356547 : [clang-tidy] Cosmetic fixSimon Pilgrim2019-03-201-146/+25
OpenPOWER on IntegriCloud