Files
libreoffice/compilerplugins/clang
Stephan Bergmann f82dc45bdb Use the canonical TemplateDecl
...in case there are multiple, as is the case at least with recent (towards
GCC 8) libstdc++, where std::pair is forward-declared also in
include/c++/8.0.0/bits/stl_iterator.h, so that in
dbaccess/source/ui/dlg/DbAdminImpl.cxx

    std::pair< Reference<XConnection>,sal_Bool> aRet;
    aRet.second = false;

failed to reconstruct the sal_Bool template argument and issued a
loplugin:implicitboolconversion warning.

Change-Id: I0054f2596d3f8837b857f1dca2f25952828b12cc
Reviewed-on: https://gerrit.libreoffice.org/45254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-25 10:05:46 +01:00
..
2017-10-30 16:30:59 +02:00
2017-10-24 11:49:25 +02:00
2017-11-07 12:07:39 +01:00
2017-11-13 08:43:17 +01:00
2017-06-20 10:26:46 +02:00
2017-06-20 10:26:46 +02:00
2017-11-09 13:57:13 +01:00
2017-09-18 09:45:15 +02:00
2017-08-25 09:04:26 +02:00