summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2015-04-17loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Remove leftover debug codeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up isMacroBodyExpansionStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26move the constantfunction plugin into /storeNoel Grandin
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann
2015-03-26loplugins:constantfunction: properly detect overloaded operatorsStephan Bergmann
2015-03-25Expr::EvaluateAs... does not work for type-dependent expressionsStephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-11Fix copy/paste errorStephan Bergmann
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann
2015-03-02Missing initializationStephan Bergmann
2015-03-02plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann
2015-02-26Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann
2015-02-09Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-26move these plugins into /storeNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-22loplugin:cstylecast: Warn about more of the potentially suspicious onesStephan Bergmann
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann
2015-01-08Fix typoTor Lillqvist
2015-01-08loplugin:cstylecast: improve detection of C codeStephan Bergmann
2015-01-07loplugin:cstylecast: No need to exclude include/cppuhelperStephan Bergmann
2015-01-07tools/solar.h already filtered out via filename.endsWith(".h")Stephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2015-01-07Minor beautificationStephan Bergmann
2015-01-07loplugin:cstylecast: Exclude only sal, not salhelperStephan Bergmann
2015-01-06Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann
2015-01-05Improve loplugin:revisibilityStephan Bergmann