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