[PATCH] D64448: gsl::Owner/gsl::Pointer: Add implicit annotations for some std types
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 11 15:38:46 PDT 2019
gribozavr added a comment.
In D64448#1581719 <https://reviews.llvm.org/D64448#1581719>, @mgehre wrote:
> In D64448#1577779 <https://reviews.llvm.org/D64448#1577779>, @gribozavr wrote:
>
> > I don't know how various versions of libstdc++ differ.
>
>
> The current implementation passed the (partial) test case
> https://github.com/mgehre/llvm-project/blob/lifetime-ci/lifetime-attr-test.cpp
> for different standard libraries, namely libc++ 7.1.0, libc++ 8.0.1rc2, libstdc++ 4.6.4, libstdc++ 4.8.5,
> libstdc++ 4.9.4, libstdc++ 5.4.0, libstdc++ 6.5.0, libstdc++ 7.3.0,
> libstdc++ 8.3.0 and libstdc++ 9.1.0.
Yes, I saw the testcase -- but how do different libstdc++ versions differ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64448/new/
https://reviews.llvm.org/D64448
More information about the cfe-commits
mailing list