summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-0/+71
* Don't call isIntegerConstantExpr if isValueDependentStephan Bergmann2014-12-211-2/+5
* Extend loplugin:literalalternative to loplugin:stringconstantStephan Bergmann2014-12-192-111/+1096
* loplugin:saloverride does not make sense for external codeStephan Bergmann2014-12-181-2/+9
* loplugin:cstylecast: warn about casts involving incomplete typesStephan Bergmann2014-12-071-5/+28
* move the cstylecast clang plugin out of /storeNoel Grandin2014-12-041-0/+0
* Problematic casts in gendata.hxx are already under controlStephan Bergmann2014-12-041-2/+0
* cstylecast plugin - exclude some more filesNoel Grandin2014-12-041-5/+12
* Run loplugin:cstylecast on C++ and Ojbective C++ codeStephan Bergmann2014-12-041-2/+6
* also look for cascading assignmentsBjoern Michaelsen2014-11-202-0/+134
* cascading conditional operators, give a hint on complexityBjoern Michaelsen2014-11-202-8/+30