[PATCH] D111570: [clang/CFG] Don't explicitly add AttributedStmtClass to AlwaysAddList

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 12 04:27:59 PDT 2021


hans added a comment.

I guess I don't have enough context here. Why is AttributedStmtClass special here? Is it because it's a statement and the others are expressions, and so wouldn't go through CFGBlock::addStmt()?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111570/new/

https://reviews.llvm.org/D111570



More information about the cfe-commits mailing list