summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/staticanonymous.cxx
Commit message (Collapse)AuthorAgeFilesLines
* filter out AST in more pluginsNoel Grandin2018-08-231-3/+2
| | | | | | | | | | | | | | I seem to have missed quite a few in commit 9f4d23c15115d64febd6bf01f870cc157badd350 filter out some of the AST in the plugins This nets me another 14% improvement Change-Id: I39b980b49ced560f768045dbedd3ddfef29306c1 Reviewed-on: https://gerrit.libreoffice.org/59501 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-1/+1
| | | | | | | | | ...which first added alternative names to and then deprecated getLocBegin/End Change-Id: Iaefb8ce259057abfa6cd20f0b63c0ef2949a96b2 Reviewed-on: https://gerrit.libreoffice.org/58820 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-2/+2
| | | | Change-Id: I81e97c5f720535b33dd3ce72d01151765e4e93a0
* cppcheck: silence warnings in compilerpluginsJochen Nitschke2016-04-271-1/+1
| | | | | | | | | | | | | | | mostly missing explicit before ctors and uninitialized member vars one odd use of std::find > compilerplugins/clang/implicitboolconversion.cxx > 800 stlIfFind warning Suspicious condition. > The result of find() is an iterator, but it is not properly checked. Change-Id: Iade53494cd7fe8ddb0e110e431449ae5a517fe3b Reviewed-on: https://gerrit.libreoffice.org/24398 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* tdf#97966 Compiler pluginWastack2016-04-011-0/+67
Warns about redundant 'static' keywords in unnamed namespace. Change-Id: Iecab69161e24d73e39a8dd5baaba6929e12d4f29 Reviewed-on: https://gerrit.libreoffice.org/23679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>