summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Refresh the add_new_check.py now that we use a table + autofixSylvestre Ledru2020-01-091-12/+67
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-6/+8
* [clang-tidy] Disable match on `if constexpr` statements in template instantia...Andi-Bogdan Postelnicu2020-01-081-1/+5
* [clang-tidy] modernize-use-using uses AST and now supports struct defintions ...Mitchell Balan2020-01-072-84/+69
* [clang-tidy] new check: bugprone-signed-char-misuseTamás Zolnai2020-01-064-0/+152
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2020-01-061-0/+1
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-2/+6
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-0418-19/+19
* [clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wro...Jonas Toth2020-01-031-0/+1
* [clang-tidy] implement utility-function to add 'const' to variablesJonas Toth2020-01-037-15/+257
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-024-4/+4
* Handle init statements in readability-else-after-returnNathan James2020-01-022-30/+216
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-014-4/+4
* Fix readability-const-return-type identifying the wrong `const` tokenIlya Mirsky2019-12-243-19/+32
* Fix false positive in magic number checker.Florin Iucha2019-12-241-3/+15
* [clang-tools-extra] Fix linking dylib for LLVMFrontendOpenMPMichał Górny2019-12-181-2/+3
* [clang-tidy] Add cert-oop58-cpp checkGabor Bencze2019-12-154-0/+122
* Fix -Wswitch-coverage warning in clang-tidy after ak_addrspace introduction.Eric Christopher2019-12-131-0/+3
* [clang-tidy] Use early returns to make the code easier to read and potentiall...Alexander Kornienko2019-12-121-6/+5
* Fix naming style. NFC.Alexander Kornienko2019-12-122-21/+21
* [clang-tidy] Link shared library clangTidyOpenMPModule to library LLVMFronten...Adam Balogh2019-12-111-0/+1
* Magic number checker shouldn't warn on user defined string literalsTibor Brunner2019-12-091-4/+15
* Optionally exclude bitfield definitions from magic numbers checkFlorin Iucha2019-12-072-8/+39
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-0/+1
* [clang-tidy] Fix PR26274Alexander Kornienko2019-12-061-64/+70
* Revert "Fix llvm-namespace-comment for macro expansions"Alexander Kornienko2019-12-032-135/+13
* AvoidBindCheck.cpp: Fix unused variables warningHans Wennborg2019-12-031-2/+2
* AvoidBindCheck.cpp: Fix GCC 5.3 build errorsHans Wennborg2019-12-031-17/+17
* [clang-tidy] Rewrite modernize-avoid-bind check.Zachary Turner2019-12-022-60/+544
* [Clang-Tidy] Quick fix for bug in bugprone-macro-parentheses 43804Adam Balogh2019-12-021-1/+1
* Use InitLLVM in clang-tidyRui Ueyama2019-11-281-1/+2
* [clang-tidy] Fix PR35824Gabor Horvath2019-11-271-1/+2
* [clang-tidy] Use range-for for check registration. NFCAlexander Kornienko2019-11-261-4/+2
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* Fix llvm-namespace-comment for macro expansionsMarcin Twardak2019-11-232-13/+135
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-221-2/+2
* [clang-tidy] new performance-no-automatic-move check.Clement Courbet2019-11-224-0/+114
* [clang-tidy] modernize-use-equals-default avoid adding redundant semicolonsMitchell Balan2019-11-203-2/+25
* [NFC] Refactor representation of materialized temporariesTyker2019-11-195-5/+5
* [clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...Mitchell Balan2019-11-192-6/+24
* [clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan2019-11-192-4/+9
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-191-6/+7
* Revert "[clang-tidy] modernize-use-override new option AllowOverrideAndFinal"Mitchell Balan2019-11-191-7/+6
* Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"Mitchell Balan2019-11-192-9/+4
* [clang-tidy] Added DefaultOperatorNewCheck.Balázs Kéri2019-11-194-5/+119
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-175-5/+5
* [NFC] Refactor representation of materialized temporariesTyker2019-11-165-5/+5
* Remove +x permission on some filesSylvestre Ledru2019-11-162-0/+0
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
OpenPOWER on IntegriCloud