[PATCH] D60899: [analyzer] Unbreak body farms in presence of multiple declarations.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 22 19:53:23 PDT 2019


NoQ added a comment.

With body farms, i think, the current declaration also remains unchanged, we're just getting a shining new `CompoundStmt` as a body in the middle of nowhere, i.e., `ADC->getDecl()->getBody()` isn't the same as `ADC->getBody()`. Which is, yeah, still weird :)


Repository:
  rC Clang

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

https://reviews.llvm.org/D60899





More information about the cfe-commits mailing list