summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix false positive for cppcoreguidelines-init-variablesNathan James2020-02-101-5/+9
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-042-3/+3
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* Add the misc-init-local-variables check.Aaron Ballman2019-10-024-0/+151
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-2/+2
* [clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-m...Matthias Gehre2019-05-242-2/+59
* [clang-tidy] Don't issue cppcoreguidelines-macro-usage on builtin macrosAlexander Kornienko2019-04-171-1/+2
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-224-11/+13
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth2019-02-281-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1937-148/+111
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* [clang-tidy] Improving narrowing conversionsGuillaume Chatelet2018-11-262-33/+476
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-252-37/+33
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-142-0/+4
* [clang-tidy] fix PR39583 - ignoring ParenCast for string-literals in pro-boun...Jonas Toth2018-11-091-4/+5
* [clang-tidy] cppcoreguidelines-macro-usage: print macro namesRoman Lebedev2018-10-302-16/+31
* [clang-tidy] tryfix windows buildJonas Toth2018-10-221-0/+1
* [clang-tidy] implement cppcoreguidelines macro rulesJonas Toth2018-10-224-0/+147
* [clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...Roman Lebedev2018-10-181-0/+13
* [clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth2018-10-051-2/+4
* [clang-tidy] NFC reorder registering in CppCoreGuidelines moduleJonas Toth2018-10-031-2/+2
* [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko2018-09-201-1/+1
* Adding the readability module to the list of dependencies for the C++ Core Gu...Aaron Ballman2018-08-121-0/+1
* Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman2018-08-121-0/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-093-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-096-28/+28
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-231-2/+6
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-234-0/+111
* [tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer2018-02-182-0/+4
* Removed Unicode BOM.Alexander Kornienko2018-01-251-1/+1
* [clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-member-init if us...Malcolm Parsons2018-01-231-2/+3
* [clang-tidy] implement check for gotoJonas Toth2018-01-174-0/+95
* [clang-tidy] introduce legacy resource functions to 'cppcoreguidelines-owning...Jonas Toth2017-10-182-4/+91
* [clang-tidy] Emit note for variable declaration that are later deletedJonas Toth2017-10-041-4/+14
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-124-0/+364
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-124-363/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-124-0/+363
* [cppcoreguidelines] Don't rely on SmallPtrSet iteration order.Benjamin Kramer2017-08-301-15/+14
* [clang-tidy] test commit for granted accessJonas Toth2017-08-301-1/+1
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Resolve cppcoreguidelines-pro-type-member-init false positiveJonas Devlieghere2017-07-031-0/+3
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-3/+3
* Reverting r298421 due to using a header that's unavailable to all systems and...Aaron Ballman2017-03-221-23/+4
* Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2017-03-211-1/+1
* Don't make unqualified calls to functions that could well be found viaChandler Carruth2017-03-211-2/+2
* Prevent cppcoreguidelines-pro-bounds-array-to-pointer-decay from diagnosing a...Aaron Ballman2017-03-211-4/+23
* Add the 'AllowSoleDefaultDtor' and 'AllowMissingMoveFunctions' options to the...Aaron Ballman2017-03-132-31/+92
* [clang-tidy] Function names configurable for cppcoreguidelines-nomalloc - che...Alexander Kornienko2017-03-022-9/+47
OpenPOWER on IntegriCloud