aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Expand)Author
2023-05-18Fix some anti-patterns in SkIcoCodec, unique_ptr assignmentBrian Osman
2023-05-18Fix SkString's move constructorBrian Osman
2020-08-24Disable ClangTidy namespace comments for short blocks.John Stiles
2020-08-16Enable ClangTidy check readability-redundant-smartptr-get.John Stiles
2020-08-16Enable ClangTidy flag bugprone-suspicious-string-compare.John Stiles
2020-08-14Enable ClangTidy check modernize-use-nullptr.John Stiles
2020-08-14Enable ClangTidy flag modernize-use-override.John Stiles
2020-08-07Enable ClangTidy check performance-unnecessary-copy-initialization.John Stiles
2020-08-07Enable ClangTidy check readability-const-return-type.John Stiles
2020-08-07Enable ClangTidy check readability-static-accessed-through-instance.John Stiles
2020-08-06Enable ClangTidy check llvm-namespace-comment.John Stiles
2020-08-03Enable ClangTidy check modernize-make-unique.John Stiles
2020-08-02Enable ClangTidy check misc-definitions-in-headers.John Stiles
2020-08-02Enable ClangTidy check readability-redundant-preprocessor.John Stiles
2020-07-31Add ClangTidy check bugprone-bool-pointer-implicit-conversion.John Stiles
2020-07-31Enable ClangTidy check performance-for-range-copy.John Stiles
2020-07-30Enable ClangTidy guard bugprone-argument-comment.John Stiles
2020-07-30Enable ClangTidy guard bugprone-unused-raii.John Stiles
2020-07-29Enable ClangTidy 'undelegated constructor' warning.John Stiles
2018-12-12add google-build-namespaces to clang-tidy checksMike Klein
2018-12-12restrict -Werror to runs of clang-tidy.shMike Klein
2018-12-11Try out clang-tidy, starting with bugprone-use-after-moveMike Klein