summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-121-1/+3
* Whitelist aLogger, in FormulaLogger& FormulaLogger::get()Tor Lillqvist2016-12-121-0/+1
* No need for rtl::Reference friend, no need for #include vclptr.hxxStephan Bergmann2016-12-091-0/+2
* Catch some misuses of VclPtr constructionStephan Bergmann2016-12-091-7/+26
* sw: remove some inline version control in uibaseMiklos Vajna2016-12-081-1/+1
* Replace calls to get(Qualified)NameAsString with stuff from check.hxxStephan Bergmann2016-12-071-68/+73
* new loplugin/rewriter comparisonwithconstantNoel Grandin2016-12-061-0/+134
* loplugin:unnecessaryoverride (dtors)Stephan Bergmann2016-12-053-2/+246
* make passstuffbyref plugin ignore std::move'd paramsNoel Grandin2016-12-052-12/+66
* Missing includeStephan Bergmann2016-12-013-0/+5
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-292-20/+150
* loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2016-11-251-36/+36
* Clean up CLANG_VERSION checkStephan Bergmann2016-11-251-1/+4
* Clean up PPCallbacks compatiblity fixStephan Bergmann2016-11-253-47/+23
* Blind fix for Clang 3.6Stephan Bergmann2016-11-241-6/+10
* CompilerTest_compilerplugins_clang: fix this to work with clang-3.7Miklos Vajna2016-11-241-0/+5
* loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin2016-11-231-1/+12
* New loplugin:oslendianStephan Bergmann2016-11-224-0/+211
* can-be-private analysis needs to ignore virtual methodsNoel Grandin2016-11-222-9/+32
* FieldDecl::getParent fires assert for Objective C @interface membersStephan Bergmann2016-11-211-1/+1
* new loplugin datamembershadowNoel Grandin2016-11-212-0/+176
* extend unusedfields loplugin to find fields that can be privateNoel Grandin2016-11-172-125/+115
* update couple of loplugins for move constructorsNoel Grandin2016-11-162-2/+6
* Reduce noise for irrelevant warnings somewhatStephan Bergmann2016-11-161-6/+6
* new loplugin finalprotectedNoel Grandin2016-11-162-0/+115
* New compilerplugins/clang unit testsStephan Bergmann2016-11-151-0/+18
* CXXDestructorDecl is already handledStephan Bergmann2016-11-141-3/+0
* ignore constructors for method-can-be-private analysisNoel Grandin2016-11-141-0/+3
* tdf#68118: Pass current document frame to SvxScriptSelectorDialogMike Kaganski2016-11-141-1/+1
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-111-2/+58
* loplugin:oncevarNoel Grandin2016-11-081-60/+81
* move loplugin:defaultparams to store/Eike Rathke2016-11-041-0/+0
* -Werror=unused-functionStephan Bergmann2016-11-041-37/+0
* update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2016-11-043-115/+107
* loplugin:unusedfieldsNoel Grandin2016-11-021-3/+3
* disable this chunk of loplugin code on clang < 3.8Noel Grandin2016-11-011-8/+4
* loplugin:vclwidgets: Adapt iterator hack to libc++Stephan Bergmann2016-10-311-2/+5
* No good reason for dbaccess::OCacheSet::updateRow to be pure?Stephan Bergmann2016-10-311-2/+1
* fix unnecessaryoverride clang plugin on clang < 3.8Noel Grandin2016-10-311-0/+8
* update vclwidgets plugin to check local variablesNoel Grandin2016-10-311-44/+80
* Rename ServerFont to FreetypeFontKhaled Hosny2016-10-301-1/+1
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-7/+86
* Various loplugin warnings in --enable-telepathyStephan Bergmann2016-10-281-0/+2
* The badvectorinit plug-in probably can be retiredTor Lillqvist2016-10-211-0/+0
* fix bug in expandablemethods pluginNoel Grandin2016-10-201-9/+13
* Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann2016-10-192-2/+9
* accidentally left the expandablemethods loplugin activeNoel Grandin2016-10-191-1/+1
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-191-1/+1
* -Werror=unused-functionStephan Bergmann2016-10-181-27/+0
* rename inlineablemethods plugin to expandablemethodsNoel Grandin2016-10-182-34/+34