aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/cert
AgeCommit message (Expand)Author
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-23[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko
2019-03-22[clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyNameAlexander Kornienko
2019-03-01Fix file headers. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth
2018-11-28Fix false positive with lambda assignments in cert-err58-cpp.Aaron Ballman
2018-11-28Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-28Fix a false-positive with cert-err58-cpp.Aaron Ballman
2018-11-27Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-23[clang-tidy] Ignore matches in template instantiations (cert-dcl21-cpp)Alexander Kornienko
2018-11-21Update call to EvaluateAsInt() to the new syntax.Bill Wendling
2018-11-21Revert 347366, its prerequisite 347364 got reverted.Nico Weber
2018-11-20Update EvaluateAsInt to the new syntax.Bill Wendling
2018-11-02Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover
2018-11-02Fix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSERTIONS=Off buildsFangrui Song
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-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-05Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman
2017-11-27[clang-tidy] Fix link error in clang-tidy after the recent check renames.Alexander Kornienko
2017-11-27[clang-tidy] Move checks from misc- to performance-Alexander Kornienko
2017-06-07[clang-tidy] When" -fno-exceptions is used", this warning is better to be su...Yan Wang
2017-05-10[clang-tidy] Add new cert-dcl21-cpp check Gabor Horvath
2017-02-17[clang-tidy] Add cert-dcl58-cpp (do not modify the 'std' namespace) check.Gabor Horvath
2016-12-17[clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-02Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30-c) that corresp...Aaron Ballman
2016-10-31[clang-tidy] Update cert-err58-cpp to match its new generalised form.Malcolm Parsons
2016-10-19[clang-tidy] Add cert-err09-cpp check alias.Marek Kurdej
2016-10-16[clang-tidy] Use ignoreImplicit in cert-err58-cpp checkMalcolm Parsons
2016-09-26Silence a false positive with the cert-err58-cpp check; now allows objects wi...Aaron Ballman
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath
2016-08-01[clang-tidy] remove trailing whitespaces and retabKirill Bobyrev
2016-05-31[ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski
2016-05-20[clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko
2016-05-02[clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron
2016-04-29Add a clang-tidy check that flags string-to-number conversion functions that ...Aaron Ballman
2016-02-22Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ...Aaron Ballman
2016-02-19Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f...Aaron Ballman
2016-01-26Remove autoconf supportChris Bieneman
2016-01-04Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman
2015-12-27Renaming CERT documentation files to use the CERT rule identifiers. This is f...Aaron Ballman
2015-12-10Add a license clarification for use of links and titles of CERT secure coding...Aaron Ballman
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-11-19Test to ensure the function does not have an unresolved or unevaluated except...Aaron Ballman