ziqingluo-90 added inline comments.
================ Comment at: clang/lib/Sema/AnalysisBasedWarnings.cpp:2203 + if (IsRelatedToDecl) { + assert(!SuggestSuggestions && + "Variables blamed for unsafe buffer usage without suggestions!"); ---------------- nitpick: I was a bit confused by the name of the variable. My understand of `!SuggestSuggestions ` here means "we are suggesting suggestions now". Then what does `SuggestSuggestions ` mean? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D146669/new/ https://reviews.llvm.org/D146669 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits