baloghadamsoftware marked 2 inline comments as done. baloghadamsoftware added inline comments.
================ Comment at: clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp:719-720 + const auto *PSBR = dyn_cast<PathSensitiveBugReport>(&BR); + if (!PSBR) + return ""; + ---------------- NoQ wrote: > Mmm, this is definitely impossible. We should change the `NoteTag` API to > pass in a `PathSensitiveBugReport &`. My bad. Good idea. For now I changed it to simple `cast<>()` without check. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75514/new/ https://reviews.llvm.org/D75514 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits