summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-231-2/+6
* [clang-tidy] remove private decltypeType in TrailingReturnTypeJonas Toth2018-07-231-2/+0
* [clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets lis...Idriss Riouak2018-07-171-0/+1
* [clang-tidy] Exception Escape CheckerAdam Balogh2018-07-134-0/+265
* [clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall2018-07-132-10/+22
* [clang-tidy/ObjC] Add SQL to list of acronymsBen Hamilton2018-07-121-0/+1
* Use ExprMutationAnalyzer in performance-for-range-copyShuai Wang2018-07-101-3/+3
* Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman2018-07-054-0/+177
* [clang-tidy] Fix http://llvm.org/PR38055Alexander Kornienko2018-07-041-2/+3
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-282-7/+22
* [clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declarationBen Hamilton2018-06-271-0/+6
* [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko2018-06-273-0/+317
* [clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko2018-06-211-4/+0
* [clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis2018-06-151-2/+33
* Reverting r334604 due to failing tests.Aaron Ballman2018-06-133-318/+0
* Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman2018-06-133-0/+318
* - Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...Yan Zhang2018-06-111-1/+2
* Add support for arrays in performance-implicit-conversion-in-loopAlexander Kornienko2018-06-112-9/+15
* [clang-tidy] Improve string type matcher for abseil-string-find-starts-with c...Haojian Wu2018-06-081-1/+4
* [checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationChe...Ben Hamilton2018-06-071-1/+1
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-067-51/+142
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-236-0/+115
* [clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis2018-05-221-0/+3
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-175-16/+50
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-164-0/+118
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-161-1/+2
* add AR to acronyms of clang-tidy property checkYan Zhang2018-05-151-0/+1
* [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-152-12/+13
* [clang-tidy] Add terminating continue checkGabor Horvath2018-05-144-0/+89
* Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-114-0/+170
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-114-170/+0
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-114-0/+170
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-103-5/+10
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-094-176/+0
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-093-10/+5
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-094-0/+176
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-093-5/+10
* Do not warn on unused parameters for functions with empty bodies.Manuel Klimek2018-05-091-4/+5
* Partially revert r331456: [clang-tidy] Remove AnalyzeTemporaryDtors option.Roman Lebedev2018-05-081-0/+2
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2018-05-081-2/+2
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-088-66/+132
* Add support for ObjC property name to be a single acronym.Yan Zhang2018-05-041-0/+6
* [clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis2018-05-031-0/+12
* Add a trailing period in release notes.Alexander Kornienko2018-05-031-1/+1
* [clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko2018-05-034-25/+0
* Update to match clang r331428.Richard Smith2018-05-032-15/+10
* [clang-tidy][modernize-raw-string-literal] Don't replace upper ASCII with raw...Zinovy Nis2018-05-012-20/+32
* [clang-tidy/google-runtime-int] Allow passing non-bitwidth types to printf()-...Ben Hamilton2018-05-011-1/+11
* [clang-tidy] Add Apple prefix acronyms to objc-property-declarationBen Hamilton2018-05-011-0/+8
* Fix up after clang r331155.Richard Smith2018-04-304-10/+11
OpenPOWER on IntegriCloud