summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-02-26Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann2-8/+11
2015-02-09Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann1-5/+5
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann1-1/+5
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann1-0/+151
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann1-27/+55
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2-28/+84
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-7/+6
2015-01-26move these plugins into /storeNoel Grandin2-0/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-0/+260
2015-01-22loplugin:cstylecast: Warn about more of the potentially suspicious onesStephan Bergmann1-5/+3
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann1-0/+28
2015-01-08Fix typoTor Lillqvist1-1/+1
2015-01-08loplugin:cstylecast: improve detection of C codeStephan Bergmann2-7/+43
2015-01-07loplugin:cstylecast: No need to exclude include/cppuhelperStephan Bergmann1-5/+0
2015-01-07tools/solar.h already filtered out via filename.endsWith(".h")Stephan Bergmann1-2/+1
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann1-9/+5
2015-01-07loplugin:cstylecast: salStephan Bergmann1-9/+2
2015-01-07Minor beautificationStephan Bergmann1-2/+2
2015-01-07loplugin:cstylecast: Exclude only sal, not salhelperStephan Bergmann1-1/+1
2015-01-06Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann1-1/+7
2015-01-05Improve loplugin:revisibilityStephan Bergmann1-1/+19
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-0/+71
2014-12-21Don't call isIntegerConstantExpr if isValueDependentStephan Bergmann1-2/+5
2014-12-19Extend loplugin:literalalternative to loplugin:stringconstantStephan Bergmann2-111/+1096
2014-12-18loplugin:saloverride does not make sense for external codeStephan Bergmann1-2/+9
2014-12-07loplugin:cstylecast: warn about casts involving incomplete typesStephan Bergmann1-5/+28
2014-12-04move the cstylecast clang plugin out of /storeNoel Grandin1-0/+0
2014-12-04Problematic casts in gendata.hxx are already under controlStephan Bergmann1-2/+0
2014-12-04cstylecast plugin - exclude some more filesNoel Grandin1-5/+12
2014-12-04Run loplugin:cstylecast on C++ and Ojbective C++ codeStephan Bergmann1-2/+6
2014-11-20also look for cascading assignmentsBjoern Michaelsen2-0/+134
2014-11-20cascading conditional operators, give a hint on complexityBjoern Michaelsen2-8/+30
2014-11-19add clang plugin for detecting cascading condopsBjoern Michaelsen2-0/+104
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin1-0/+77
2014-10-01Remove excess [%1 %2] that doesn't match any argumentsStephan Bergmann1-1/+1
2014-09-30compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann1-1/+1
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin1-2/+8
2014-09-25loplugin:nullptrStephan Bergmann1-0/+211
2014-09-23Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2-1/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-21Revert "new loplugin: VCL widget reference checker"Stephan Bergmann1-86/+0
2014-09-21new loplugin: VCL widget reference checkerNoel Grandin1-0/+86
2014-09-16...and anotherStephan Bergmann1-1/+1
2014-09-16Fix workaround for bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann1-14/+17
2014-09-15Work around bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann1-1/+12
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák1-10/+6
2014-09-15loplugin:salbool env var is no longer necessary, all code is cleanStephan Bergmann1-27/+18
2014-09-12loplugin:salbool: exclude sal_Bool vars passed to non-const refStephan Bergmann1-0/+47
2014-09-11Deactivate the sallogareas pluginTor Lillqvist2-0/+0