summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-04-28move stylepolice back to storeNoel Grandin1-0/+0
2016-04-28loplugin:stylepoliceNoel Grandin1-0/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-11/+58
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke7-7/+7
2016-04-27loplugin:stylepolice: adapt to libc++Stephan Bergmann1-0/+6
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann2-1/+5
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-80/+142
2016-04-25Lots of violations in gcc3_linux_x86-64/share.hxx, too, when using libc++Stephan Bergmann1-8/+4
2016-04-25Just don't bother with Clang <= 3.6Stephan Bergmann1-0/+2
2016-04-22loplugin:reservedidStephan Bergmann1-0/+261
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-11/+78
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann1-0/+39
2016-04-21typoStephan Bergmann1-1/+1
2016-04-21Better fix for 13758a3d154e8e450fdfe8bcdeb6b3a03996c53aStephan Bergmann2-4/+22
2016-04-21move stylepolice plugin into store/Noel Grandin1-0/+0
2016-04-21SourceManager::isMacroArgExpansion has only one param in older ClangStephan Bergmann1-3/+3
2016-04-21new plugin stylepoliceNoel Grandin1-0/+80
2016-04-20loplugin:salbool: Warn about uses of sal_False/TrueStephan Bergmann1-0/+61
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann1-0/+13
2016-04-18Ignore external codeStephan Bergmann1-1/+2
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin1-6/+2
2016-04-15update badstatics plugin to look for VclPtr<> staticsNoel Grandin1-0/+17
2016-04-14turn on the passstuffbyref plugin againNoel Grandin1-1/+1
2016-04-13update loplugin passstuffbyref to check return typesNoel Grandin1-22/+88
2016-04-07Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-01tdf#97966 Compiler pluginWastack1-0/+67
2016-03-31loplugin:nullptr: Check for more pointer typesStephan Bergmann1-6/+11
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-10/+62
2016-03-29Rename OfficeIPCThread to RequestHandlerStephan Bergmann1-2/+2
2016-03-23constantparam loplugin improvementsNoel Grandin1-33/+38
2016-03-20Ambiguity between clang:: and llvm::PointerTypeStephan Bergmann1-9/+9
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-32/+83
2016-03-15loplugin:constantparamNoel Grandin1-2/+9
2016-03-11tdf#97966: Remove 'static' keywordsWastack8-15/+15
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky1-2/+1
2016-03-08Extract checking code to its own check.cxxStephan Bergmann1-1/+1
2016-03-08TODO: Work around loplugin:salbool in cppu/source/uno/data.cxx for nowStephan Bergmann1-5/+14
2016-03-08new loplugin:constantparamNoel Grandin2-0/+276
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-1/+1
2016-03-07improve defaultparams lopluginNoel Grandin1-9/+32
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-1/+3
2016-03-05fix crash in cppunitassertequals pluginMarkus Mohrhard1-4/+4
2016-03-04loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin1-1/+1
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin1-1/+1
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin1-2/+19
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-0/+15
2016-03-01OSingletonRegistration is dead nowMatúš Kukan1-3/+0
2016-02-29compilerplugins: fix clang-3.7 buildMiklos Vajna1-3/+3