summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-01-26Make test work with older ClangStephan Bergmann
2017-01-25Bypass some lines that cause problems with Clang 3.8.1 at leastTor Lillqvist
2017-01-25Minor loplugin:stringconstant improvementsStephan Bergmann
2017-01-24Use proper check for FunctionProtoTypeStephan Bergmann
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2017-01-23new loplugin useuniqueptrNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentationStephan Bergmann
2017-01-16Use compat::isLookupContextStephan Bergmann
2017-01-13inline InitGuardNoel Grandin
2017-01-12Adapt loplugin:overrideparam to recent Clang trunk changeStephan Bergmann
2017-01-11Remove leftover codeStephan Bergmann
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-11Some loplugin:conststringvar/stringconstant improvementsStephan Bergmann
2017-01-10Work around problems with isCXX11ConstantExpr in template codeStephan Bergmann
2017-01-10New loplugin:conststringvarStephan Bergmann
2017-01-09New loplugin:externvarStephan Bergmann
2017-01-06New loplugin:charrightshiftStephan Bergmann
2017-01-05Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann
2016-12-23merge IScript with NewStyleUNOScriptNoel Grandin
2016-12-23merge svx::sidebar::BulletsSettings with svx::sidebar::BulletsSettings_ImplNoel Grandin
2016-12-23merge StringNode with RscDefineNoel Grandin
2016-12-23update results from mergeclasses pluginNoel Grandin
2016-12-22Generalize vector/deque ctor checks to work with MSVCRTStephan Bergmann
2016-12-22Some more bool-like types for Windows/clang-clStephan Bergmann
2016-12-22That whitelisted code is already gone againStephan Bergmann
2016-12-22Also don't warn for plain C codeStephan Bergmann
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl
2016-12-19ScrollableWrapper -> ScrollableDialogNoel Grandin
2016-12-18On Windows, #include <process.h> for getpidStephan Bergmann
2016-12-18loplugin:vclwidgets: Adapt check for 'assert' for MSVCRTStephan Bergmann
2016-12-18loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann
2016-12-18loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann
2016-12-18Work around problem with poor gperf-generated code under clang-clStephan Bergmann
2016-12-18loplugin:fpcomparison: Whitelist some Windows-only functionsStephan Bergmann
2016-12-18loplugin:commaoperator: Ignore occurrence in FD_SET expansion on WindowsStephan Bergmann
2016-12-18Chose better diagnostic locationStephan Bergmann
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann
2016-12-18Rename cdecl -> classdecl (MSVC treats the former like a keyword)Stephan Bergmann
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-12-16Make move detection in loplugin::passstuffbyref work for parenthesized casesStephan Bergmann
2016-12-16Make move detection in loplugin:passstuffbyref work with MSVCRTStephan Bergmann
2016-12-15disable the 'two different log areas in the same file' loplugin checkNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-14Merge shell into TaskManager base classStephan Bergmann
2016-12-14Disambiguate clang::StringLiteralStephan Bergmann
2016-12-14Check that VclPtr is only instantiated with appropriate typesStephan Bergmann
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-12-12Whitelist aLogger, in FormulaLogger& FormulaLogger::get()Tor Lillqvist