aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-07[clang-tidy] Move incomplete type test into separate test fileFelix Berger
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] 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-31Add modernize-use-auto tests for casts inside macrosMalcolm Parsons
2016-10-31[clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()Malcolm Parsons
2016-10-31Add -frtti for Windows buildbot.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-20[clang-tidy] Add check 'readability-redundant-member-init'Malcolm 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-move] Move using-decl in old cc.Haojian Wu
2016-10-17[clang-tidy] Clean up code after applying replacements.Alexander Kornienko
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-move] Add header guard for the new header.Haojian Wu
2016-10-14[clang-move] Matching static class member more correctly.Haojian Wu
2016-10-13[clang-move] Better support enclosing class.Haojian Wu
2016-10-13Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu
2016-10-12[clang-move] Compare with real paths of symlinksHaojian 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 "[clang-move] Support moving multiple classes in one run."Renato Golin
2016-10-07[clang-move] Simplify lint testsHaojian Wu
2016-10-07Revert "fix buildbot error" since it is not right fix.Haojian Wu
2016-10-07Fix buildbot error.Haojian Wu
2016-10-07[clang-move] Support moving multiple classes in one run.Haojian Wu
2016-10-06[clang-move] Cleanup around replacements.Haojian Wu
2016-10-04Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...Aaron Ballman
2016-10-04[clang-move] Make it support both relative and absolute file path arguments.Haojian Wu
2016-09-30Fix tests to not assume they know exactly what will be in Clang's predefines ...Richard Smith
2016-09-28[clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init wi...Matthias Gehre
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