summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-04-02loplugin:staticmethodsNoel Grandin1-0/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+51
2015-03-30Remove leftover debug codeStephan Bergmann1-4/+0
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-4/+0
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-3/+0
2015-03-28Clean up isMacroBodyExpansionStephan Bergmann4-25/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+3
2015-03-28loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann1-1/+4
2015-03-27new clang plugin: staticmethodsNoel Grandin3-14/+152
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-22/+195
2015-03-26move the constantfunction plugin into /storeNoel Grandin1-0/+0
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann1-2/+4
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann1-0/+10
2015-03-26loplugins:constantfunction: properly detect overloaded operatorsStephan Bergmann1-29/+8
2015-03-25Expr::EvaluateAs... does not work for type-dependent expressionsStephan Bergmann1-2/+3
2015-03-25new constantfunction lopluginNoel Grandin2-0/+497
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin1-0/+27
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-3/+8
2015-03-11Fix copy/paste errorStephan Bergmann1-1/+1
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann1-2/+5
2015-03-02Missing initializationStephan Bergmann1-1/+1
2015-03-02plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann1-6/+15
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