aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/google/GoogleTidyModule.cpp
AgeCommit message (Expand)Author
2019-01-25[clang-tidy] Add check for underscores in googletest names.Haojian Wu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-17[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...Stephane Moore
2018-06-21[clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko
2018-04-05[clang-tidy] Remove google-runtime-member-string-referencesBenjamin Kramer
2017-11-16add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang
2017-11-07Add new check in google module for Objective-C code to ensure global variable...Haojian Wu
2017-07-14[clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-05-09[clang-tidy] new google-default-arguments checkHaojian Wu
2016-02-02[clang-tidy] Add non-constant references in function parameters check.Alexander Kornienko
2015-03-16[clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko
2015-03-09[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko
2015-03-05[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko
2015-02-11Add clang-tidy check google-global-names-in-headers.Samuel Benzaquen
2015-01-14[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth
2014-11-20[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10Alexander Kornienko
2014-10-26[clang-tidy] Bring order to check registration.Alexander Kornienko
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko
2014-09-22Add NamespaceCommentCheck to the Google module.Alexander Kornienko
2014-09-18[clang-tidy] Add a checker that warns on TODO comments without username.Benjamin Kramer
2014-09-10Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko
2014-08-29[clang-tidy] Add a checker that suggests replacing short/long/long long with ...Benjamin Kramer
2014-07-16[clang-tidy] Add a checker for zero-length memset.Benjamin Kramer
2014-07-16[clang-tidy] Add namespaces checkers.Benjamin Kramer
2014-07-16[clang-tidy] Add a checker that warns on const string & members.Benjamin Kramer
2014-07-15[clang-tidy] Add a checker that flags unnamed parameters.Benjamin Kramer
2014-07-15[clang-tidy] Add a checker that flags all instances of overloaded unary opera...Benjamin Kramer
2014-07-15[clang-tidy] Add a checker that removes deducible arguments from std::make_pairBenjamin Kramer
2014-06-29Another attempt to add a clang-tidy check for flagging C-style casts.Alexander Kornienko
2014-06-25Rolling back, as the test fails on one of the buildbots:Alexander Kornienko
2014-06-25Add a check to flag the usage of C-style casts (Google Style).Alexander Kornienko
2014-06-18Move google-explicit-constructor check to a separate source file.Alexander Kornienko
2014-05-17Track clang changes from r209061Alp Toker
2014-05-05Fix assertion in google-explicit-constructor check when the constructor isAlexander Kornienko
2014-04-29Fix the message for "Move constructor declared explicit".Alexander Kornienko
2014-04-29Warn on explicit copy constructors.Alexander Kornienko
2014-03-20clang-tidy explicit constructor check: don't warn on copy or move constructors.Alexander Kornienko
2014-03-19clang-tidy explicit constructors check: don't warn on deleted constructors.Alexander Kornienko
2014-03-05Fixed formatting.Alexander Kornienko
2014-03-02[C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper
2014-02-27Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko
2014-02-13Fix ExplicitConstructorCheck to warn only on in-class declarations.Alexander Kornienko
2014-01-13Add the check name to the clang-tidy diagnostic output.Alexander Kornienko
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth
2013-07-29Initial architecture for clang-tidy.Daniel Jasper