summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-1/+1
2016-02-26Missed CLANG_VERSION for compilerplugins/clang/store/rtlconstasciimacro.cxxStephan Bergmann1-2/+2
2016-02-26New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann1-2/+6
2016-02-26-Werror=return-typeStephan Bergmann1-3/+6
2016-02-26-Werror=return-typeStephan Bergmann1-0/+3
2016-02-26-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2016-02-26Silence -Werror=comment about a "multi-line comment"Stephan Bergmann1-8/+8
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann18-60/+63
2016-02-26Revert "compilerplugins: Build them in parallel."Stephan Bergmann1-5/+1
2016-02-26That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann1-4/+0
2016-02-25turn unuseddefaultparams plugin off by defaultNoel Grandin1-5/+5
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin4-20/+306
2016-02-24new loplugin:cppunitassertequalsNoel Grandin1-0/+104
2016-02-23new loplugin: commaoperatorNoel Grandin1-0/+75