steakhal added a reviewer: xazax.hun.
steakhal added inline comments.
Herald added a subscriber: rnkovacs.

================
Comment at: clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp:466-467
+      return;
+    OS << "Obtained null inner pointer from";
+    checkAndPrettyPrintRegion(OS, ThisRegion);
+  }));
----------------
RedDocMD wrote:
> steakhal wrote:
> > You should emit a //sort of grammatically correct// diagnostic message even 
> > if the region can not be pretty-printed.
> > You should emit a //sort of grammatically correct// diagnostic message even 
> > if the region can not be pretty-printed.
> 
> @steakhal Does it look better now?
Can we cover both branches with tests?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97183/new/

https://reviews.llvm.org/D97183

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

Reply via email to