This revision was automatically updated to reflect the committed changes.
Closed by commit rGc4f0f8ec41fd: [analyzer] Small StreamChecker refactoring
(NFC). (authored by balazske).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73350/new/
https://rev
balazske updated this revision to Diff 243092.
balazske added a comment.
Reformat.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73350/new/
https://reviews.llvm.org/D73350
Files:
clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
Index: clang
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.getConst