summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines
Commit message (Expand)AuthorAgeFilesLines
* 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
* [clang-tidy] getPreviousNonCommentToken -> getPreviousTokenAlexander Kornienko2017-02-061-2/+2
* [clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytesClement Courbet2016-12-221-2/+3
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-142-4/+3
* [Clang-tidy] check for malloc, realloc and free callsAlexander Kornienko2016-12-134-0/+109
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-0810-28/+29
* [clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-member-initMalcolm Parsons2016-11-011-2/+4
* [clang-tidy] Don't use a SmallSetVector of an enum.Justin Lebar2016-10-212-5/+10
* [clang-tidy] Fix an assertion failure in cppcoreguidelines-pro-type-member-init.Haojian Wu2016-10-201-0/+5
* [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-mem...Malcolm Parsons2016-10-111-1/+24
* Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...Aaron Ballman2016-10-042-35/+62
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-3/+2
* [clang-tidy] Fix segfault in cppcore-guidelines-special-member-functions checkJonathan Coe2016-08-022-21/+18
* [clang-tidy] remove trailing whitespaces and retabKirill Bobyrev2016-08-016-9/+9
* [clang-tidy] add check cppcoreguidelines-special-member-functionsJonathan Coe2016-07-304-0/+238
* Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""Clement Courbet2016-07-224-0/+184
* Revert "[clang-tidy] new cppcoreguidelines-slicing"Clement Courbet2016-07-224-184/+0
* [clang-tidy] new cppcoreguidelines-slicingClement Courbet2016-07-224-0/+184
* cppcoreguidelines-pro-bounds-constant-array-index: ignore implicit constructorMatthias Gehre2016-07-191-1/+4
* cppcoreguidelines-pro-bounds-constant-array-index: crash for value dependent ...Matthias Gehre2016-07-141-0/+4
* Fixed cppcoreguidelines-pro-type-member-init when checking records with indir...Haojian Wu2016-05-101-32/+30
* [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...Gabor Horvath2016-05-041-2/+2
* Fix a crash in cppcoreguidelines-pro-type-member-init when checking a class t...Haojian Wu2016-05-031-2/+2
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-033-9/+10
* [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-c...Felix Berger2016-05-031-0/+2
OpenPOWER on IntegriCloud