[PATCH] D64256: Teach some warnings to respect gsl::Pointer and gsl::Owner attributes
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 09:20:17 PDT 2019
xazax.hun added inline comments.
================
Comment at: clang/test/Sema/warn-lifetime-analysis-nocfg.cpp:22
+ int *release2();
+ int *c_str() const;
+};
----------------
gribozavr wrote:
> This method is confusing -- is it a name that the warning is supposed to know about?
Not yet, see my other answer below.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64256/new/
https://reviews.llvm.org/D64256
More information about the cfe-commits
mailing list