summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-282-1/+62
* [clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis2018-06-151-20/+75
* - Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...Yan Zhang2018-06-111-0/+1
* Add support for arrays in performance-implicit-conversion-in-loopAlexander Kornienko2018-06-111-9/+45
* [clang-tidy] Improve string type matcher for abseil-string-find-starts-with c...Haojian Wu2018-06-081-2/+17
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-063-8/+60
* [clang-tidy] fix broken test (no compile command) from r331763Sam McCall2018-06-052-2/+2
* [Driver] Clean up tmp files when deleting Compilation objectsDavid Stenberg2018-05-311-0/+10
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-231-0/+103
* [clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis2018-05-221-0/+10
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-0/+6
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-161-0/+108
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-161-0/+179
* [clang-tidy] Add terminating continue checkGabor Horvath2018-05-141-0/+65
* [clang-tidy] Fixing fuchsia-restrict-includes-headers testJulie Hockett2018-05-111-3/+3
* [clang-tidy] Cleaning up test output (fuchsia-restrict-system-includes)Julie Hockett2018-05-111-8/+9
* Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-1113-0/+72
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-1113-70/+0
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-1113-0/+70
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-099-51/+0
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-099-0/+51
* Do not warn on unused parameters for functions with empty bodies.Manuel Klimek2018-05-092-48/+51
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-082-0/+42
* Add support for ObjC property name to be a single acronym.Yan Zhang2018-05-042-0/+2
* Simplify test clang-tidy-__clang_analyzer__macro.cpp Zinovy Nis2018-05-031-5/+0
* [clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis2018-05-031-0/+10
* [clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko2018-05-031-2/+3
* [clang-tidy][modernize-raw-string-literal] Don't replace upper ASCII with raw...Zinovy Nis2018-05-011-0/+2
* [clang-tidy/google-runtime-int] Allow passing non-bitwidth types to printf()-...Ben Hamilton2018-05-011-0/+17
* [clang-tidy] Add Apple prefix acronyms to objc-property-declarationBen Hamilton2018-05-011-0/+2
* [clang-tidy] Improve bugprone-unused-return-value checkJonathan Coe2018-04-242-3/+70
* [clang-tidy] Fix PR35468Gabor Horvath2018-04-241-0/+12
* Fix tests after changes to clang-format in r330573.Manuel Klimek2018-04-231-11/+11
* update readability-identifier-naming-objc test to use interface ivar. Impleme...Yan Zhang2018-04-231-5/+2
* update test to use ivar in implementation instead of class extensionYan Zhang2018-04-231-0/+15
* Revert r330492: [clang-tidy] add new check to find out objc ivars which do no...Chandler Carruth2018-04-211-15/+0
* [clang-tidy] Customize FileCheck prefix in check_clang-tidy.pyZinovy Nis2018-04-212-8/+38
* [clang-tidy] add new check to find out objc ivars which do not have prefix '_'Yan Zhang2018-04-201-0/+15
* Fix test from r330245 on Windows.Douglas Yung2018-04-181-1/+1
* add extra acronyms for objc property namesYan Zhang2018-04-181-0/+2
* [clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.Haojian Wu2018-04-181-0/+12
* [clang-tidy] readability-function-size: add VariableThreshold param.Roman Lebedev2018-04-122-6/+186
* [clang-tidy] [modernize-use-auto] Fix test modernize-use-auto-new-remove-star...Zinovy Nis2018-04-121-1/+1
* [clang-tidy] fix buildbots from hicpp-signed-bitwiseJonas Toth2018-04-111-5/+10
* [clang-tidy] add missing assignment operations in hicpp-signed-bitwiseJonas Toth2018-04-112-29/+54
* [clang-tidy] Add a `android-comparison-in-temp-failure-retry` checkGeorge Burgess IV2018-04-101-0/+148
* [clang-tidy] Unbreak run-clang-tidy.cpp test (modernize-use-auto.MinTypeNameL...Roman Lebedev2018-04-101-0/+3
* [clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...Zinovy Nis2018-04-104-4/+37
* [clang-tidy] Return non-zero exit code for clang errors.Alexander Kornienko2018-04-099-18/+34
* [clang-tidy] Check if grand-..parent's virtual method was called instead of o...Zinovy Nis2018-04-061-0/+179
OpenPOWER on IntegriCloud