summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* compilerplugins: -isystem /usr/include breaks the buildMichael Stahl2016-06-301-1/+2
* More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann2016-06-3011-76/+161
* More adaption to Clang 3.4Stephan Bergmann2016-06-303-11/+61
* Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann2016-06-3010-12/+48
* loplugin compat with clang 3.4Noel Grandin2016-06-301-1/+16
* Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann2016-06-306-6/+20
* 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
* Avoid reserved identifiersStephan Bergmann2016-04-071-1/+1
* tdf#97966 Compiler pluginWastack2016-04-011-0/+67
* loplugin:nullptr: Check for more pointer typesStephan Bergmann2016-03-311-6/+11
* loplugin:nullptr: Find some more cases in templatesStephan Bergmann2016-03-301-10/+62
* Rename OfficeIPCThread to RequestHandlerStephan Bergmann2016-03-291-2/+2
* constantparam loplugin improvementsNoel Grandin2016-03-231-33/+38
* Ambiguity between clang:: and llvm::PointerTypeStephan Bergmann2016-03-201-9/+9
* loplugin:constantparams in vcl/Noel Grandin2016-03-161-32/+83
* loplugin:constantparamNoel Grandin2016-03-151-2/+9
* tdf#97966: Remove 'static' keywordsWastack2016-03-118-15/+15
* MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky2016-03-101-2/+1
* Extract checking code to its own check.cxxStephan Bergmann2016-03-081-1/+1
* TODO: Work around loplugin:salbool in cppu/source/uno/data.cxx for nowStephan Bergmann2016-03-081-5/+14