NoQ added inline comments. ================ Comment at: lib/StaticAnalyzer/Core/ProgramState.cpp:542 + if (!visitor.VisitSymbol(*SI)) + Result = false; } ---------------- I guess we should break the loop here. https://reviews.llvm.org/D26773