[PATCH] D64448: gsl::Owner/gsl::Pointer: Add implicit annotations for some std types

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 10 02:30:05 PDT 2019


JonasToth added a comment.

Just as Sidenote in case you were not aware: There is a check in clang-tidy for `gsl::owner` (https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-owning-memory.html)
It will benefit from your annotation and can be simplified.


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