aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/utils/Matchers.h
AgeCommit message (Expand)Author
2018-10-12[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh
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
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-07-29[clang-tidy] Fixes to modernize-use-emplacePiotr Padlewski
2016-07-01[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger
2016-06-24Remove ignoringImplicit from clang-tidy.Cong Liu
2016-06-21[clang-tidy] Add modernize-use-emplacePiotr Padlewski
2016-05-17[clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron
2016-05-03[clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron
2016-04-21[clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron
2016-04-13Complete support for C++ Core Guidelines Type.6: Always initialize a member v...Alexander Kornienko
2015-12-02Replace the custom AST matcher for nothrow functions with the canonical AST m...Aaron Ballman
2015-12-01Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman
2015-10-23Make isExpensiveToCopy() tri-state.Manuel Klimek
2015-10-06Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman