summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/vclwidgets.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-08better name for a function in compilerpluginsLuboš Luňák1-6/+6
2019-04-19Fix typoAndrea Gelmini1-1/+1
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-1/+5
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara1-1/+2
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-13/+13
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl1-6/+8
2018-03-27Use isSamePathname instead of hasPathnamePrefix, where appropriateStephan Bergmann1-4/+4
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-9/+2
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-09-28Look through derived-to-base ImpliciCastStephan Bergmann1-2/+2
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann1-11/+11
2017-06-26Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann1-16/+27
2017-06-26extensions: remove COMPMOD preprocessor definesJochen Nitschke1-1/+1
2017-06-06getBody() can be null for a defaulted dtorStephan Bergmann1-3/+3
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann1-12/+12
2017-04-27Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-12-18loplugin:vclwidgets: Adapt check for 'assert' for MSVCRTStephan Bergmann1-3/+11
2016-12-14Check that VclPtr is only instantiated with appropriate typesStephan Bergmann1-19/+0
2016-12-09Catch some misuses of VclPtr constructionStephan Bergmann1-7/+26
2016-12-07Replace calls to get(Qualified)NameAsString with stuff from check.hxxStephan Bergmann1-68/+73
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-20/+64
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-2/+58
2016-10-31loplugin:vclwidgets: Adapt iterator hack to libc++Stephan Bergmann1-2/+5
2016-10-31update vclwidgets plugin to check local variablesNoel Grandin1-44/+80
2016-07-11Adapt to Clang 3.4 againStephan Bergmann1-7/+11
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+96
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann1-3/+5
2016-05-18update vclwidgets loplugin to handle VclReferenceBaseNoel Grandin1-18/+20
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-1/+1
2015-12-08Remove apparently unnecessary checksStephan Bergmann1-20/+1
2015-12-07No, "rtl::Reference<VclStatusListener<Button>> mpStatusListener;" is fineStephan Bergmann1-1/+5
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl1-1/+3
2015-11-05Improve warning messagesStephan Bergmann1-12/+12
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-12/+12
2015-09-21tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson1-1/+1
2015-08-04fix crash in refcounting pluginNoel Grandin1-1/+1
2015-08-04Adapt to current Clang trunk towards 3.7Stephan Bergmann1-2/+8
2015-06-15fix vclwidget plugin warning messageNoel Grandin1-1/+1
2015-06-12New VclPtr clang plugin to catch potential problems.Noel Grandin1-0/+19
2015-05-19vclwidget plugin: check for memcpy of VclPtrNoel Grandin1-0/+108
2015-05-13check for static fields that needs to be wrapped in VclPtrNoel Grandin1-14/+19
2015-05-07workaround for clang3.2 in vclwidgets clang pluginNoel Grandin1-7/+16
2015-05-07fix commentNoel Grandin1-1/+1
2015-05-07More of the sameTor Lillqvist1-2/+2
2015-05-07It's its, not it'sTor Lillqvist1-1/+1
2015-05-05Downgrade for old ClangStephan Bergmann1-3/+9
2015-04-30Do not warn about Link<Window *>Stephan Bergmann1-1/+6