[PATCH] D73350: [analyzer] Small StreamChecker refactoring (NFC).

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 5 04:46:28 PST 2020


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





More information about the cfe-commits mailing list