summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/simplifydynamiccast.cxx
AgeCommit message (Expand)Author
2023-03-16Prepare compilerplugins for C++23 `if consteval`Stephan Bergmann
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2019-07-15Revert "convert some plugins to use the sharedplugin infrastructure"Noel Grandin
2019-07-15convert some plugins to use the sharedplugin infrastructureNoel Grandin
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2017-11-09new loplugin simplifydynamiccastNoel Grandin
td> Change-Id: I07f33f6781c2b03ccbe690e70b77310e875eeef0 Reviewed-on: https://gerrit.libreoffice.org/22624 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> 2016-02-18tdf#43157: Clean up OSL_ASSERT, DBG_ASSERTArnold Dumas Change-Id: I81def3487932497782b4e560ef920330ba5cc2a2 Reviewed-on: https://gerrit.libreoffice.org/22476 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org> 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I8aec30601862feaeb99e3ce01adf61665688fa9a 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin Change-Id: I03a8cc8405e1e7ddf75fabd2ba7d85edddf5b30c 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-09-18boost->stdCaolán McNamara Change-Id: I21ca18c23277423d106d990fd537d58108bd1084 Reviewed-on: https://gerrit.libreoffice.org/18679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-09-10Handle IOException during filter detectionStephan Bergmann Change-Id: Ie2b8b65f0f2b7b34efbba478a7ccda7ef3719bd6 2015-08-19Consolidate isFileUrl checksStephan Bergmann Change-Id: I1b74fdfaa09c4d0d6c296253958e83e78b546a9a 2015-04-07loplugin:staticmethodsNoel Grandin Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af 2015-03-17Fix various XServiceInfo implementationsStephan Bergmann ...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f 2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann ...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd 2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f 2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann Change-Id: I6815b791b935bffe6409af2bcfdd6d6adceb2252 2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d