summaryrefslogtreecommitdiffstats
path: root/o3tl/CompilerTest_o3tl_unsafe_downcast.mk
Commit message (Collapse)AuthorAgeFilesLines
* Introduce o3tl::unsafe_downcast for known-good dynamic_cast downcastsStephan Bergmann2019-10-081-0/+16
(This helps rewrite code that silences Coverity unchecked dynamic_cast warnings, like 57b89ea1c2ff07b53c3cc002e5ec9e52abd0c1bd "coverity#704563 Unchecked dynamic cast", in a way that is cleaner and potentially executes faster.) Change-Id: I3319c0eeec2aa822f686feacd499a76c8c9b9499 Reviewed-on: https://gerrit.libreoffice.org/80458 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>