Skip to content

double slashes in the generated scan-view command #3987

@llvmbot

Description

@llvmbot
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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions