summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann2015-04-171-37/+325
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-0/+42
* loplugin:staticmethodsNoel Grandin2015-04-131-4/+19
* loplugin:staticmethodsNoel Grandin2015-04-131-2/+7
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+7
* loplugin:staticmethodsNoel Grandin2015-04-091-0/+5
* loplugin:staticmethodsNoel Grandin2015-04-021-0/+14
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-3/+51
* Remove leftover debug codeStephan Bergmann2015-03-301-4/+0
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-4/+0
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-3/+0
* Clean up isMacroBodyExpansionStephan Bergmann2015-03-284-25/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-8/+3
* loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann2015-03-281-1/+4
* new clang plugin: staticmethodsNoel Grandin2015-03-273-14/+152
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-22/+195
* move the constantfunction plugin into /storeNoel Grandin2015-03-261-0/+0
* loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann2015-03-261-2/+4
* loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann2015-03-261-0/+10
* loplugins:constantfunction: properly detect overloaded operatorsStephan Bergmann2015-03-261-29/+8
* Expr::EvaluateAs... does not work for type-dependent expressionsStephan Bergmann2015-03-251-2/+3
* new constantfunction lopluginNoel Grandin2015-03-252-0/+497
* loplugin: add Dialog to unusedvariablecheckNoel Grandin2015-03-171-0/+27
* Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann2015-03-111-3/+8
* Fix copy/paste errorStephan Bergmann2015-03-111-1/+1
* Improve loplugin:passstuffbyrefStephan Bergmann2015-03-031-2/+5
* Missing initializationStephan Bergmann2015-03-021-1/+1
* plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann2015-03-021-6/+15
* Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann2015-02-262-8/+11
* Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann2015-02-091-5/+5
* loplugin:deletedspecial (Mac OS X)Stephan Bergmann2015-02-071-1/+5
* loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann2015-02-071-0/+151
* Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann2015-02-051-27/+55
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-292-28/+84
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-281-7/+6
* move these plugins into /storeNoel Grandin2015-01-262-0/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-0/+260
* loplugin:cstylecast: Warn about more of the potentially suspicious onesStephan Bergmann2015-01-221-5/+3
* loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann2015-01-091-0/+28
* Fix typoTor Lillqvist2015-01-081-1/+1
* loplugin:cstylecast: improve detection of C codeStephan Bergmann2015-01-082-7/+43
* loplugin:cstylecast: No need to exclude include/cppuhelperStephan Bergmann2015-01-071-5/+0
* tools/solar.h already filtered out via filename.endsWith(".h")Stephan Bergmann2015-01-071-2/+1
* loplugin:cstylecast: bridgesStephan Bergmann2015-01-071-9/+5
* loplugin:cstylecast: salStephan Bergmann2015-01-071-9/+2
* Minor beautificationStephan Bergmann2015-01-071-2/+2
* loplugin:cstylecast: Exclude only sal, not salhelperStephan Bergmann2015-01-071-1/+1
* Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann2015-01-061-1/+7
* Improve loplugin:revisibilityStephan Bergmann2015-01-051-1/+19