aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/utils
AgeCommit message (Expand)Author
2018-11-02[clang-tidy] Fixed code sample in a comment. NFCAlexander Kornienko
2018-11-02[clang-tidy] .reset(new X) -> make_unique<X>() in a comment. NFCAlexander Kornienko
2018-10-31Implement the readability-const-return-type check.Aaron Ballman
2018-10-31[clang-tidy] new check 'readability-isolate-declaration'Jonas Toth
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-10-12[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh
2018-10-05[clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme
2018-09-11[clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Handle sugared reference types in ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzerShuai Wang
2018-09-11Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...Shuai Wang
2018-09-10Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"Shuai Wang
2018-09-10[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev
2018-09-10[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzerShuai Wang
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-03[clang-tidy] Sequence init statements, declarations, and conditions correctly...Martin Bohme
2018-06-27[clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko
2018-06-13Reverting r334604 due to failing tests.Aaron Ballman
2018-06-13Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett
2018-02-02[clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...Ben Hamilton
2018-02-02[clang-tidy] Kill marco. No functionality change.Benjamin Kramer
2017-09-12[clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth
2017-09-12[clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth
2017-09-12[clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth
2017-07-20[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko
2017-07-12[clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang
2017-04-24Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-02-21[clang-tidy] Reword the "code outside header guard" warning.Benjamin Kramer
2017-02-06[clang-tidy] getPreviousNonCommentToken -> getPreviousTokenAlexander Kornienko
2017-01-19[clang-tidy] Do not trigger move fix for non-copy assignment operators in per...Felix Berger
2017-01-12Correctly classify main file includes if there is a prefix addedAlexander Kornienko
2017-01-03[clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons
2016-12-24[clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-04[clang-tidy] Ignore incomplete types when determining whether they are expens...Felix Berger
2016-10-17Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu
2016-10-12Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu
2016-10-12[ClangTidy] Add UsingInserter and NamespaceAliaserHaojian Wu
2016-10-04Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...Aaron Ballman
2016-09-28[clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init wi...Matthias Gehre
2016-08-26[clang-tidy] Some tweaks on header guard checks.Haojian Wu
2016-08-26[clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn
2016-07-29[clang-tidy] Fixes to modernize-use-emplacePiotr Padlewski