Hi all,
I'm trying to get checker-276 to run on my Mac (OS/X 10.8.5, clang++ version "Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)").
checker-275 runs fine, but checker-276 can't find some system includes for some reason (see below).
Is there something additional I need to specify to get checker-276 to work?
Thanks,
Jeremy
Hm. I can't think of anything offhand. Please file a bug at http://llvm.org/bugs/, ideally with a project attached (in case it's something specific to your Makefile).
(For the list: though normally "Apple LLVM" bugs don't go to the public Bugzilla, scan-build is an open-source tool. The only reason checker-276 has an Apple LLVM build rather than an open-source build is because it included arm64 support from before that was open-sourced and merged into the aarch64 target.)
Jordan