summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-04-27loplugin:simplifybool: Need to ignore imp. casts when determining literalsStephan Bergmann1-2/+2
2015-04-24Add clarifying commentStephan Bergmann1-0/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-0/+1029
2015-04-23Mac OS X ctype.h isdigit is not extern "C"Stephan Bergmann1-1/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-42/+63
2015-04-23Improve loplugin:implicitboolconversion cond. expr. handlingStephan Bergmann1-28/+53
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+5
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+3
2015-04-17loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann1-37/+325
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-0/+42
2015-04-13loplugin:staticmethodsNoel Grandin1-4/+19
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+7
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+7
2015-04-09loplugin:staticmethodsNoel Grandin1-0/+5
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