Files
libreoffice/compilerplugins/clang
Stephan Bergmann 0bf6185516 Fix failure of loplugin:useuniqueptr with older compilers
...where CompilerTest_compilerplugins_clang failed in
compilerplugins/clang/test/useuniqueptr.cxx due to Foo24's

  HTMLAttrs::const_iterator it = m_aSetAttrTab.begin();

and either the old compiler lacked Clang's recent
<https://reviews.llvm.org/D50666> "Fix Stmt::ignoreImplicit" (and the above
initialization expression happens to include a CXXBindTemporaryExpr, at least
with libstdc++), or an even older compiler was used in pre-C++17 mode, so the
above initialization expression happens to include an elidable CXXConstructExpr
copy constructor call.

Change-Id: I757a9ad76829e399b4fe2da1c82863909b8c9657
Reviewed-on: https://gerrit.libreoffice.org/61531
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-10-10 13:46:22 +02:00
..
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-09-13 08:30:11 +02:00
2018-09-13 08:30:11 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-09-24 17:22:05 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-05-19 20:13:00 +02:00
2018-09-21 18:44:29 +02:00
2018-09-28 09:26:22 +02:00
2018-07-25 15:17:31 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-08-23 16:34:48 +02:00
2018-08-29 09:05:18 +02:00
2018-08-23 16:34:48 +02:00
2018-09-13 08:30:11 +02:00
2018-08-23 16:34:48 +02:00
2018-09-21 18:44:29 +02:00
2018-10-09 14:16:36 +02:00
2018-08-23 16:34:48 +02:00