[PATCH] D45407: [StaticAnalyzer] Added notes to the plist output

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 15 11:29:21 PDT 2018


Szelethus added a comment.

> Btw, what sort of UI are you trying to make these extra note pieces of mine work with?

I'm also developing a checker: https://reviews.llvm.org/D45532. This checker emits very important information in notes. When I tried testing it with Ericsson's CodeChecker, I realized that notes aren't displayed. I'm planning to extend it so it will be able to.

> Was `-analyzer-config notes-as-events=true` of any help?

Never knew about the existence of this flag. Woops. I'll only be able to check it out tomorrow, but I'll post my findings here as soon as I have them :)


Repository:
  rC Clang

https://reviews.llvm.org/D45407





More information about the cfe-commits mailing list