balazske added inline comments.
================ Comment at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:195 + // Say this 3 times fast. + State = State ? State : getState(); + addTransition(State, generateSink(State, getPredecessor())); ---------------- ``` if (!State) State = getState(); ``` is better? (I put the same comment into some (other?) patch already but maybe it disappeared?) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77474/new/ https://reviews.llvm.org/D77474 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits