summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-19new loplugin: find write-only fieldsNoel Grandin3-10/+140
2016-02-12loplugin:unusedmethodsNoel Grandin1-12/+12
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann1-1/+0
2016-02-09Remove excess newlinesChris Sherlock5-5/+0
2016-02-05Fix typosAndrea Gelmini3-5/+5
2016-02-04loplugin:fpcomparison: Fix check for floating-point zeroStephan Bergmann1-7/+5
2016-02-04new loplugin fpcomparisonNoel Grandin1-0/+146
2016-02-01new loplugin to find public methods that can be privateNoel Grandin2-28/+131
2016-01-25compilerplugins: rejoice, for pStaticThesSubMenu is deadMichael Stahl1-1/+0
2016-01-22new loplugin sfxpoolitemNoel Grandin1-0/+147
2016-01-21loplugin: unused return valuesNoel Grandin1-4/+7
2016-01-20drop basebmp entirely nowCaolán McNamara1-1/+0
2016-01-19loplugin:unusedmethods in sw/Noel Grandin1-15/+13
2016-01-18loplugin: unused return valuesNoel Grandin1-0/+2
2016-01-12New loplugin:faileddyncastStephan Bergmann1-0/+122
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin1-21/+36
2016-01-11New loplugin:privatebaseStephan Bergmann1-0/+54
2016-01-11loplugin: unused return values in desktopNoel Grandin1-1/+1
2016-01-11update unusedmethods loplugin to update unused return valuesNoel Grandin3-12/+79
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07Fix typosAndrea Gelmini4-4/+4
2016-01-06Enable loplugin:nullptrStephan Bergmann1-0/+0
2016-01-06Re-enable loplugin:sallogareasStephan Bergmann2-0/+0
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-0/+66
2016-01-05Adapt loplugin:implicitboolconversion to changes in Clang trunk towards 3.8Stephan Bergmann1-8/+9
2015-12-21compilerplugins: avoid std::regex_replaceMiklos Vajna1-2/+15
2015-12-21loplugin:unusedmethodsNoel Grandin1-1/+1
2015-12-15update constantfunction lopluginNoel Grandin1-1/+27
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky1-1/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-0/+68
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-67/+100
2015-12-09Missing new fileStephan Bergmann1-0/+63
2015-12-08More loplugin::TypeCheck useStephan Bergmann5-116/+80
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky1-1/+1
2015-12-08Remove apparently unnecessary checksStephan Bergmann1-20/+1
2015-12-07No, "rtl::Reference<VclStatusListener<Button>> mpStatusListener;" is fineStephan Bergmann1-1/+5