[PATCH] D70725: [analyzer] Add path notes to FuchsiaHandleCheck

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 23:11:42 PST 2019


NoQ added a comment.

> `note()`

Of course i mean something like this:

  std::string text = note();
  if (!text.empty())
    return text;

(and return something like `""` on the other return path in the inner lambdas).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70725





More information about the cfe-commits mailing list