summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill sfx2 menu supportMaxim Monastirsky2016-02-281-1/+1
* Missed CLANG_VERSION for compilerplugins/clang/store/rtlconstasciimacro.cxxStephan Bergmann2016-02-261-2/+2
* New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann2016-02-261-2/+6
* -Werror=return-typeStephan Bergmann2016-02-261-3/+6
* -Werror=return-typeStephan Bergmann2016-02-261-0/+3
* -Werror=maybe-uninitializedStephan Bergmann2016-02-261-1/+1
* Silence -Werror=comment about a "multi-line comment"Stephan Bergmann2016-02-261-8/+8
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-2618-60/+63
* Revert "compilerplugins: Build them in parallel."Stephan Bergmann2016-02-261-5/+1
* That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann2016-02-261-4/+0
* turn unuseddefaultparams plugin off by defaultNoel Grandin2016-02-251-5/+5
* new loplugin:unuseddefaultparamsNoel Grandin2016-02-254-20/+306
* new loplugin:cppunitassertequalsNoel Grandin2016-02-241-0/+104
* new loplugin: commaoperatorNoel Grandin2016-02-231-0/+75
* new loplugin: find write-only fieldsNoel Grandin2016-02-193-10/+140
* loplugin:unusedmethodsNoel Grandin2016-02-121-12/+12
* Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann2016-02-091-1/+0
* Remove excess newlinesChris Sherlock2016-02-095-5/+0
* Fix typosAndrea Gelmini2016-02-053-5/+5
* loplugin:fpcomparison: Fix check for floating-point zeroStephan Bergmann2016-02-041-7/+5
* new loplugin fpcomparisonNoel Grandin2016-02-041-0/+146
* new loplugin to find public methods that can be privateNoel Grandin2016-02-012-28/+131
* compilerplugins: rejoice, for pStaticThesSubMenu is deadMichael Stahl2016-01-251-1/+0
* new loplugin sfxpoolitemNoel Grandin2016-01-221-0/+147
* loplugin: unused return valuesNoel Grandin2016-01-211-4/+7
* drop basebmp entirely nowCaolán McNamara2016-01-201-1/+0
* loplugin:unusedmethods in sw/Noel Grandin2016-01-191-15/+13
* loplugin: unused return valuesNoel Grandin2016-01-181-0/+2
* New loplugin:faileddyncastStephan Bergmann2016-01-121-0/+122
* loplugin:unusedmethods unused return value in include/editengNoel Grandin2016-01-121-21/+36
* New loplugin:privatebaseStephan Bergmann2016-01-111-0/+54
* loplugin: unused return values in desktopNoel Grandin2016-01-111-1/+1
* update unusedmethods loplugin to update unused return valuesNoel Grandin2016-01-113-12/+79
* Fix typosAndrea Gelmini2016-01-101-1/+1