[PATCH] D67706: [clang][analyzer] Using CallDescription in StreamChecker.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 18 14:46:47 PDT 2019


NoQ added a comment.

Thanks! Woohoo, tests!

You can go one step further to have a `CallDescriptionMap`, like in D62557 <https://reviews.llvm.org/D62557>. This would replace the whole chain of `if`s with a map lookup (which is currently still a chain of `if`s under the hood, but a lot less code anyway and we'll probably optimize it under the hood later).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67706





More information about the cfe-commits mailing list