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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to