Szelethus accepted this revision.
Szelethus added a comment.
This revision is now accepted and ready to land.

Cool!



================
Comment at: clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp:157
+  ProgramStateRef StateNotNull, StateNull;
+  std::tie(StateNotNull, StateNull) = 
C.getConstraintManager().assumeDual(State, RetVal);
 
----------------
This line is more then 80 columns, could you please run `clang-format-diff.py`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73350



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

Reply via email to