summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils
Commit message (Expand)AuthorAgeFilesLines
* [clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang2018-09-113-370/+0
* [clang-tidy] Handle sugared reference types in ExprMutationAnalyzerShuai Wang2018-09-111-8/+9
* [clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzerShuai Wang2018-09-111-2/+40
* Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...Shuai Wang2018-09-111-6/+20
* Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"Shuai Wang2018-09-101-20/+6
* [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev2018-09-102-11/+11
* [clang-tidy] Handle unresolved expressions in ExprMutationAnalyzerShuai Wang2018-09-101-6/+20
* Port getLocStart -> getBeginLocStephen Kelly2018-08-093-4/+4
* [clang-tidy] Sequence init statements, declarations, and conditions correctly...Martin Bohme2018-08-031-3/+18
* [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko2018-06-273-0/+317
* Reverting r334604 due to failing tests.Aaron Ballman2018-06-133-318/+0
* Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman2018-06-133-0/+318
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+2
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-2/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+2
* [clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...Ben Hamilton2018-02-021-1/+2
* [clang-tidy] Kill marco. No functionality change.Benjamin Kramer2018-02-021-1/+1
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+4
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-121-4/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+4
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-202-2/+6
* [clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang2017-07-122-0/+35
* Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman2017-04-242-0/+18
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* [clang-tidy] Reword the "code outside header guard" warning.Benjamin Kramer2017-02-211-6/+6
* [clang-tidy] getPreviousNonCommentToken -> getPreviousTokenAlexander Kornienko2017-02-063-8/+7
* [clang-tidy] Do not trigger move fix for non-copy assignment operators in per...Felix Berger2017-01-191-1/+2
* Correctly classify main file includes if there is a prefix addedAlexander Kornienko2017-01-121-1/+2
* [clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons2017-01-032-14/+70
* [clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski2016-12-243-0/+307
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-085-13/+9
* [clang-tidy] Ignore incomplete types when determining whether they are expens...Felix Berger2016-11-041-1/+1
* Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu2016-10-177-0/+345
* Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu2016-10-126-342/+0
* [ClangTidy] Add UsingInserter and NamespaceAliaserHaojian Wu2016-10-126-0/+342
* Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...Aaron Ballman2016-10-041-0/+5
* [clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init wi...Matthias Gehre2016-09-281-1/+3
* [clang-tidy] Some tweaks on header guard checks.Haojian Wu2016-08-262-18/+14
* [clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn2016-08-264-5/+34
* [clang-tidy] Fixes to modernize-use-emplacePiotr Padlewski2016-07-291-2/+0
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-015-14/+84
* Remove ignoringImplicit from clang-tidy.Cong Liu2016-06-241-5/+0
* [clang-tidy] Add modernize-use-emplacePiotr Padlewski2016-06-211-0/+2
* [clang-tidy] More doc fixes. NFC.Alexander Kornienko2016-06-173-30/+30
* [clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko2016-06-176-47/+55
* [clang-tidy] Fix a functional change from r269656.Benjamin Kramer2016-05-181-3/+4
* [clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron2016-05-171-0/+5
* [clang-tidy] Cleanups utils filesEtienne Bergeron2016-05-169-46/+19
* [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...Felix Berger2016-05-142-3/+20
* [clang-tidy] Lift parsing of sequence of names functions to utils.Etienne Bergeron2016-05-103-1/+72
OpenPOWER on IntegriCloud