[PATCH] D36354: [clang-tidy] Implement type-based check for `gsl::owner`

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 11 13:25:23 PDT 2017


JonasToth marked 5 inline comments as done.
JonasToth added inline comments.


================
Comment at: clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp:230
+        << BadOwnerInitialization->getSourceRange();
+    // FIXME FixitHint to rewrite the type if possible
+
----------------
aaron.ballman wrote:
> Are you intending to address this in this patch?
> 
> Also, it should probably be "FIXME: " (with the colon).
no not in this patch directly, but i plan a follow up after getting this one done.


https://reviews.llvm.org/D36354





More information about the cfe-commits mailing list