summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl2016-12-191-2/+2
* ScrollableWrapper -> ScrollableDialogNoel Grandin2016-12-191-1/+0
* On Windows, #include <process.h> for getpidStephan Bergmann2016-12-181-0/+5
* loplugin:vclwidgets: Adapt check for 'assert' for MSVCRTStephan Bergmann2016-12-181-3/+11
* loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann2016-12-181-0/+11
* loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann2016-12-181-4/+21
* Work around problem with poor gperf-generated code under clang-clStephan Bergmann2016-12-181-2/+13
* loplugin:fpcomparison: Whitelist some Windows-only functionsStephan Bergmann2016-12-181-0/+5
* loplugin:commaoperator: Ignore occurrence in FD_SET expansion on WindowsStephan Bergmann2016-12-181-0/+15
* Chose better diagnostic locationStephan Bergmann2016-12-181-1/+1
* Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann2016-12-183-23/+74
* Rename cdecl -> classdecl (MSVC treats the former like a keyword)Stephan Bergmann2016-12-181-16/+16
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-3/+1
* Make move detection in loplugin::passstuffbyref work for parenthesized casesStephan Bergmann2016-12-162-6/+7
* Make move detection in loplugin:passstuffbyref work with MSVCRTStephan Bergmann2016-12-161-1/+1
* disable the 'two different log areas in the same file' loplugin checkNoel Grandin2016-12-152-0/+5
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-152-0/+59
* Merge shell into TaskManager base classStephan Bergmann2016-12-141-1/+0
* Disambiguate clang::StringLiteralStephan Bergmann2016-12-145-7/+7
* Check that VclPtr is only instantiated with appropriate typesStephan Bergmann2016-12-141-19/+0
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-121-1/+3
* Whitelist aLogger, in FormulaLogger& FormulaLogger::get()Tor Lillqvist2016-12-121-0/+1
* No need for rtl::Reference friend, no need for #include vclptr.hxxStephan Bergmann2016-12-091-0/+2
* Catch some misuses of VclPtr constructionStephan Bergmann2016-12-091-7/+26
* sw: remove some inline version control in uibaseMiklos Vajna2016-12-081-1/+1
* Replace calls to get(Qualified)NameAsString with stuff from check.hxxStephan Bergmann2016-12-071-68/+73
* new loplugin/rewriter comparisonwithconstantNoel Grandin2016-12-061-0/+134
* loplugin:unnecessaryoverride (dtors)Stephan Bergmann2016-12-053-2/+246
* make passstuffbyref plugin ignore std::move'd paramsNoel Grandin2016-12-052-12/+66
* Missing includeStephan Bergmann2016-12-013-0/+5
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-292-20/+150
* loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2016-11-251-36/+36
* Clean up CLANG_VERSION checkStephan Bergmann2016-11-251-1/+4
* Clean up PPCallbacks compatiblity fixStephan Bergmann2016-11-253-47/+23
* Blind fix for Clang 3.6Stephan Bergmann2016-11-241-6/+10
* CompilerTest_compilerplugins_clang: fix this to work with clang-3.7Miklos Vajna2016-11-241-0/+5
* loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin2016-11-231-1/+12
* New loplugin:oslendianStephan Bergmann2016-11-224-0/+211
* can-be-private analysis needs to ignore virtual methodsNoel Grandin2016-11-222-9/+32
* FieldDecl::getParent fires assert for Objective C @interface membersStephan Bergmann2016-11-211-1/+1
* new loplugin datamembershadowNoel Grandin2016-11-212-0/+176
* extend unusedfields loplugin to find fields that can be privateNoel Grandin2016-11-172-125/+115
* update couple of loplugins for move constructorsNoel Grandin2016-11-162-2/+6
* Reduce noise for irrelevant warnings somewhatStephan Bergmann2016-11-161-6/+6
* new loplugin finalprotectedNoel Grandin2016-11-162-0/+115
* New compilerplugins/clang unit testsStephan Bergmann2016-11-151-0/+18
* CXXDestructorDecl is already handledStephan Bergmann2016-11-141-3/+0
* ignore constructors for method-can-be-private analysisNoel Grandin2016-11-141-0/+3
* tdf#68118: Pass current document frame to SvxScriptSelectorDialogMike Kaganski2016-11-141-1/+1
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-111-2/+58