[PATCH] D75682: [Analyzer][StreamChecker] Introduction of stream error handling.

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 19 01:35:27 PDT 2020


baloghadamsoftware added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp:29
+  assert(SS->isOpened() &&                                                     \
+         "Create of error node failed (only way to get this state)?");
+
----------------
Create -> Creation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75682





More information about the cfe-commits mailing list