aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy
AgeCommit message (Expand)Author
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-08Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...Alexander Kornienko
2016-11-08[clang-tidy] Simplify matchersAlexander Kornienko
2016-11-08[clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-ini...Haojian Wu
2016-11-07[clang-tidy] Fix a regression issue introduced by r285239.Haojian Wu
2016-11-04[ClangTidy - performance-unnecessary-value-param] Only add "const" when curre...Felix Berger
2016-11-04[clang-tidy] Ignore incomplete types when determining whether they are expens...Felix Berger
2016-11-04[clang-tidy] Fixed readability-else-after-return for cascade statementsMalcolm Parsons
2016-11-03[clang-tidy] Ignore forward declarations without definitions in the same tran...Jonathan Coe
2016-11-03[clang-tidy] Handle data() in readability-redundant-string-cstrMalcolm Parsons
2016-11-02[clang-tidy] Suppress notes for warnings that were ignoredMalcolm Parsons
2016-11-02[clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr.Martin Bohme
2016-11-02Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30-c) that corresp...Aaron Ballman
2016-11-01[clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-member-initMalcolm Parsons
2016-11-01[Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PV...Eugene Zelenko
2016-11-01[clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki
2016-10-31[clang-tidy] Update cert-err58-cpp to match its new generalised form.Malcolm Parsons
2016-10-31[clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()Malcolm Parsons
2016-10-31[clang-tidy] Enhance modernize-use-auto to castsMalcolm Parsons
2016-10-24[clang-tidy] Fix identifier naming in macro args.Jason Henline
2016-10-21Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only casesRichard Smith
2016-10-21[clang-tidy] Don't use a SmallSetVector of an enum.Justin Lebar
2016-10-20[clang-tidy] Add check 'readability-redundant-member-init'Malcolm Parsons
2016-10-20Use auto in for loopMalcolm Parsons
2016-10-20[clang-tidy] Simplify modernize-use-defaultMalcolm Parsons
2016-10-20[clang-tidy] Fix an assertion failure in cppcoreguidelines-pro-type-member-init.Haojian Wu
2016-10-20[Clang-tidy]: Fix modernize-avoid-bind erroneous scope resolution.Haojian Wu
2016-10-19[clang-tidy] Add cert-err09-cpp check alias.Marek Kurdej
2016-10-17[clang-tidy] Clean up code after applying replacements.Alexander Kornienko
2016-10-17Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu
2016-10-16[clang-tidy] Use ignoreImplicit in cert-err58-cpp checkMalcolm Parsons
2016-10-14[clang-tidy] Add additional diagnostic to misc-use-after-moveMartin Bohme
2016-10-14[clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej
2016-10-12Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu
2016-10-12[ClangTidy] Add UsingInserter and NamespaceAliaserHaojian Wu
2016-10-11[clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-mem...Malcolm Parsons
2016-10-11[clang-tidy] Fix template agrument false positives in unused-using-decls.Haojian Wu
2016-10-11[clang-tidy] readability-avoid-const-params-in-decls template instantiation b...Malcolm Parsons
2016-10-11[clang-tidy] modernize-use-default default constructor bugfixMalcolm Parsons
2016-10-10[clang-tidy] Add a whitelist option in google-runtime-references.Haojian Wu
2016-10-07Revert "Revert "Add a static_assert to enforce that parameters to llvm::forma...Mehdi Amini
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-09-27[clang-tidy] Use isStaticStorageClass ast matcher.Haojian Wu
2016-09-26Silence a false positive with the cert-err58-cpp check; now allows objects wi...Aaron Ballman
2016-09-26[clang-tidy] make readability-redundant-smartptr-get report get() usage in co...Kirill Bobyrev
2016-09-26Revert r282382; it had no reference to Revision.Kirill Bobyrev
2016-09-26[clang-tidy] make readability-redundant-smartptr-get report get() usage in co...Kirill Bobyrev
2016-09-24[clang-tidy] fix for NOLINT after macro expansionMatthias Gehre
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath