[PATCH] D66179: [LifetimeAnalysis] Support more STL idioms (template forward declaration and DependentNameType)
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 20 14:11:22 PDT 2019
mgehre updated this revision to Diff 216247.
mgehre marked 6 inline comments as done.
mgehre added a comment.
Herald added a subscriber: mgorny.
- Put OwnerAttr/PointerAttr on all redeclarations
- clang/lib/Sema/SemaAttr.cpp: Use Attribute::CreateImplicit as requested in review
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66179/new/
https://reviews.llvm.org/D66179
Files:
clang/lib/Sema/SemaAttr.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/SemaCXX/attr-gsl-owner-pointer-std.cpp
clang/test/SemaCXX/attr-gsl-owner-pointer.cpp
clang/unittests/Sema/CMakeLists.txt
clang/unittests/Sema/GslOwnerPointerInference.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66179.216247.patch
Type: text/x-patch
Size: 9437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190820/e82839f6/attachment-0001.bin>
More information about the cfe-commits
mailing list