Open Quuxplusone opened 15 years ago
Bugzilla Link | PR4083 |
Status | CONFIRMED |
Importance | P enhancement |
Reported by | Chad Jones (chadsspameateremail@yahoo.com) |
Reported on | 2009-04-26 17:40:45 -0700 |
Last modified on | 2010-02-22 12:50:43 -0800 |
Version | unspecified |
Hardware | Macintosh MacOS X |
CC | daniel@zuster.org, garyspamless@gmail.com, kremenek@apple.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Ted, this is all you :)
This is great! I'll look into adding it to the website soon. Thanks Chad!
Couple of thoughts:
I think the idea of newbie help is terrific. The tool really is easy to run and configuration/installation problems are frustrating and lose users.
The instructions can be simplified because altering the path isn't strictly necessary. In fact, the output directory isn't either. Here's a simple one-liner for running the checker on an XCode project after CD'ing into your project directory:
$ xcodebuild clean; ~/Documents/checker-0.189/scan-build -k -V
Running xcodebuild clean ensures that fresh output is produced each time you run it.
export PATH=~/Documents/checker-0.189/:$PATH
to .bash_profile. The problem with the line as written in the bug report is that repeating the command will add unnecessary copies of the line to .bash_profile.
any progress on this?
Ping, what is this bug about?
It's about me updating the clang-analyzer website. I still plan on doing this.