[PATCH] D55425: [analyzer] Split unix.API up to UnixAPIMisuseChecker and UnixAPIPortabilityChecker
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 7 14:22:40 PST 2018
NoQ added inline comments.
================
Comment at: test/Analysis/Inputs/expected-plists/unix-fns.c.plist:3018
<array>
- <string>/clang/test/Analysis/unix-fns.c</string>
+ <string>/home/szelethus/Documents/analyzer_opts/clang/test/Analysis/unix-fns.c</string>
</array>
----------------
Szelethus wrote:
> NoQ wrote:
> > Does this actually work?
> Uhh, didnt catch this one. It does on my own pc and in the office as well, where I use a completely different directory structure.
George's diff filters probably somehow filter this out.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55425/new/
https://reviews.llvm.org/D55425
More information about the cfe-commits
mailing list