[PATCH] D124462: [Analyzer] Fix clang::ento::taint::dumpTaint definition

Marco Antognini via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 03:53:39 PDT 2022


mantognini added a comment.

In D124462#3476581 <https://reviews.llvm.org/D124462#3476581>, @steakhal wrote:

> Could you please elaborate whats the motivation for this change?

Right, I could have been more explicit. Sorry about that.

`dumpTaint` is declared inside the `taint` namespace in the header file, hence why I'm adding `taint::`.  I believe `LLVM_DUMP_METHOD` should also be applied to the function definition too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124462



More information about the cfe-commits mailing list