[PATCH] D123784: [clang][analyzer][ctu] Traverse the ctu CallEnter nodes in reverse order

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 6 09:12:30 PDT 2022


xazax.hun added a comment.

This approach fixes the worklist for the second phase. Would it be possible to create a wrapper that reverses the order of any worklist instead of committing to one and hardcode that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123784



More information about the cfe-commits mailing list