summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-194-24/+81
* loplugin:override: No more need to request dtor be marked 'virtual'Stephan Bergmann2016-06-171-1/+1
* Could swear I'd seen this produce a bogus compiler errorStephan Bergmann2016-06-141-2/+2
* Fix loplugin:passstuffbyref to not warn when ref param is bound to refStephan Bergmann2016-06-131-16/+114
* Remove unused member varStephan Bergmann2016-06-131-4/+1
* loplugin:passstuffbyref: For now disable "pass parm by value" warningsStephan Bergmann2016-06-131-0/+2
* Fix typosAndrea Gelmini2016-06-131-1/+1
* loplugin:mergeclasses SfxMacroTabPageNoel Grandin2016-06-101-1/+0
* loplugin:mergeclasses SdrItemBrowserNoel Grandin2016-06-101-1/+0
* update mergeclasses resultsNoel Grandin2016-06-101-19/+35
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-6/+15
* Remove unneeded Pane code in Presenter ConsoleBryan Quigley2016-06-061-4/+0
* Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann2016-06-033-0/+26
* I assume these special plugins were not intended to be enabled unconditionallyStephan Bergmann2016-06-022-2/+2
* remove unused SID constants and associated codeNoel Grandin2016-06-012-2/+2
* fix KDE4 buildNoel Grandin2016-05-311-0/+1
* loplugin:unusedmethodsNoel Grandin2016-05-311-0/+2
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-27/+82
* loplugin:unusedreturntypesNoel Grandin2016-05-261-56/+70
* update unusedmethods plugin to ignore externC and copy constructorsNoel Grandin2016-05-181-2/+8
* update vclwidgets loplugin to handle VclReferenceBaseNoel Grandin2016-05-181-18/+20
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-184-24/+31
* fix null pointer crash in loplugin:commaoperatorNoel Grandin2016-05-161-12/+14
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-24/+79
* move stylepolice back to storeNoel Grandin2016-04-281-0/+0
* loplugin:stylepoliceNoel Grandin2016-04-281-0/+1
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-11/+58
* cppcheck: silence warnings in compilerpluginsJochen Nitschke2016-04-277-7/+7
* loplugin:stylepolice: adapt to libc++Stephan Bergmann2016-04-271-0/+6
* Enable Clang plugin warnings in Bison source codeStephan Bergmann2016-04-262-1/+5
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-80/+142
* Lots of violations in gcc3_linux_x86-64/share.hxx, too, when using libc++Stephan Bergmann2016-04-251-8/+4
* Just don't bother with Clang <= 3.6Stephan Bergmann2016-04-251-0/+2
* loplugin:reservedidStephan Bergmann2016-04-221-0/+261
* Avoid reserved identifiersStephan Bergmann2016-04-221-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-221-1/+1
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-11/+78
* Use Sequence ctor taking initializer_listStephan Bergmann2016-04-211-0/+39
* typoStephan Bergmann2016-04-211-1/+1
* Better fix for 13758a3d154e8e450fdfe8bcdeb6b3a03996c53aStephan Bergmann2016-04-212-4/+22
* move stylepolice plugin into store/Noel Grandin2016-04-211-0/+0
* SourceManager::isMacroArgExpansion has only one param in older ClangStephan Bergmann2016-04-211-3/+3
* new plugin stylepoliceNoel Grandin2016-04-211-0/+80
* loplugin:salbool: Warn about uses of sal_False/TrueStephan Bergmann2016-04-201-0/+61
* Use cast to bool to normalize sal_Bool valuesStephan Bergmann2016-04-201-0/+13
* Ignore external codeStephan Bergmann2016-04-181-1/+2
* tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin2016-04-181-6/+2
* update badstatics plugin to look for VclPtr<> staticsNoel Grandin2016-04-151-0/+17
* turn on the passstuffbyref plugin againNoel Grandin2016-04-141-1/+1
* update loplugin passstuffbyref to check return typesNoel Grandin2016-04-131-22/+88