summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* new loplugin:constantparamNoel Grandin2016-03-082-0/+276
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-1/+1
* improve defaultparams lopluginNoel Grandin2016-03-071-9/+32
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-071-1/+3
* fix crash in cppunitassertequals pluginMarkus Mohrhard2016-03-051-4/+4
* loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin2016-03-041-1/+1
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-041-1/+1
* loplugin:unuseddefaultparam in sfx2Noel Grandin2016-03-041-2/+19
* loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin2016-03-041-0/+15
* OSingletonRegistration is dead nowMatúš Kukan2016-03-011-3/+0
* compilerplugins: fix clang-3.7 buildMiklos Vajna2016-02-291-3/+3