summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2016-03-01OSingletonRegistration is dead nowMatúš Kukan
2016-02-29compilerplugins: fix clang-3.7 buildMiklos Vajna
2016-02-28Kill sfx2 menu supportMaxim Monastirsky
2016-02-26Missed CLANG_VERSION for compilerplugins/clang/store/rtlconstasciimacro.cxxStephan Bergmann
2016-02-26New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann
2016-02-26-Werror=return-typeStephan Bergmann
2016-02-26-Werror=return-typeStephan Bergmann
2016-02-26-Werror=maybe-uninitializedStephan Bergmann
2016-02-26Silence -Werror=comment about a "multi-line comment"Stephan Bergmann
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann
2016-02-26Revert "compilerplugins: Build them in parallel."Stephan Bergmann
2016-02-26That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann
2016-02-25turn unuseddefaultparams plugin off by defaultNoel Grandin
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin
2016-02-24new loplugin:cppunitassertequalsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-12loplugin:unusedmethodsNoel Grandin
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-02-04loplugin:fpcomparison: Fix check for floating-point zeroStephan Bergmann
2016-02-04new loplugin fpcomparisonNoel Grandin
2016-02-01new loplugin to find public methods that can be privateNoel Grandin
2016-01-25compilerplugins: rejoice, for pStaticThesSubMenu is deadMichael Stahl
2016-01-22new loplugin sfxpoolitemNoel Grandin
2016-01-21loplugin: unused return valuesNoel Grandin
2016-01-20drop basebmp entirely nowCaolán McNamara
2016-01-19loplugin:unusedmethods in sw/Noel Grandin
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-12New loplugin:faileddyncastStephan Bergmann
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2016-01-11New loplugin:privatebaseStephan Bergmann
2016-01-11loplugin: unused return values in desktopNoel Grandin
2016-01-11update unusedmethods loplugin to update unused return valuesNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-07Fix typosAndrea Gelmini
2016-01-06Enable loplugin:nullptrStephan Bergmann
2016-01-06Re-enable loplugin:sallogareasStephan Bergmann
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2016-01-05Adapt loplugin:implicitboolconversion to changes in Clang trunk towards 3.8Stephan Bergmann
2015-12-21compilerplugins: avoid std::regex_replaceMiklos Vajna
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-15update constantfunction lopluginNoel Grandin
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-09Missing new fileStephan Bergmann
2015-12-08More loplugin::TypeCheck useStephan Bergmann
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky