Szelethus accepted this revision. Szelethus added a comment. This revision is now accepted and ready to land.
LGTM, thanks! Feel free to commit as you're ready. ================ Comment at: clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp:97 .Case("clang_analyzer_express", &ExprInspectionChecker::analyzerExpress) + .StartsWith("clang_analyzer_isTainted", &ExprInspectionChecker::analyzerIsTainted) .Default(nullptr); ---------------- Szelethus wrote: > xazax.hun wrote: > > I think a comment somewhere why/when do we check only the prefix would be > > useful. > This isn't done? The documentation shows plenty of other similar debug functions, I think this patch is fine in this regard. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74131/new/ https://reviews.llvm.org/D74131 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits