summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-09No need for rtl::Reference friend, no need for #include vclptr.hxxStephan Bergmann1-0/+2
2016-12-09Catch some misuses of VclPtr constructionStephan Bergmann1-7/+26
2016-12-08sw: remove some inline version control in uibaseMiklos Vajna1-1/+1
2016-12-07Replace calls to get(Qualified)NameAsString with stuff from check.hxxStephan Bergmann1-68/+73
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin1-0/+134
2016-12-05loplugin:unnecessaryoverride (dtors)Stephan Bergmann3-2/+246
2016-12-05make passstuffbyref plugin ignore std::move'd paramsNoel Grandin2-12/+66
2016-12-01Missing includeStephan Bergmann3-0/+5
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2-20/+150
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-36/+36
2016-11-25Clean up CLANG_VERSION checkStephan Bergmann1-1/+4
2016-11-25Clean up PPCallbacks compatiblity fixStephan Bergmann3-47/+23
2016-11-24Blind fix for Clang 3.6Stephan Bergmann1-6/+10
2016-11-24CompilerTest_compilerplugins_clang: fix this to work with clang-3.7Miklos Vajna1-0/+5
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-1/+12
2016-11-22New loplugin:oslendianStephan Bergmann4-0/+211
2016-11-22can-be-private analysis needs to ignore virtual methodsNoel Grandin2-9/+32
2016-11-21FieldDecl::getParent fires assert for Objective C @interface membersStephan Bergmann1-1/+1
2016-11-21new loplugin datamembershadowNoel Grandin2-0/+176
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin2-125/+115