-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
Description
Bugzilla Link | 3615 |
Resolution | FIXED |
Resolved on | Feb 22, 2010 12:41 |
Version | unspecified |
OS | MacOS X |
Reporter | LLVM Bugzilla Contributor |
CC | @tkremenek |
Extended Description
I ran "scan-build xcodebuild" in the terminal. 8 bugs were found.
However, the path in this line contains a double slash:
scan-build: Run 'scan-view /var/folders/-X/-Xt1O5bWGkKpjolV01hgS++++TI/-Tmp-//scan-build-2009-02-18-2' to examine bug reports.
instead of: ....../-Tmp-//scan-build-2009-02-18-2
it should be: ....../-Tmp-/scan-build-2009-02-18-2