llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.92k stars 11.52k forks source link

scan-build 186 does not allow cats in path #4345

Open llvmbot opened 15 years ago

llvmbot commented 15 years ago
Bugzilla Link 3973
Version unspecified
OS MacOS X
Reporter LLVM Bugzilla Contributor
CC @tkremenek

Extended Description

When I start scan-build from: /private/tmp/cur/checker-0.186/scan-build xcodebuild it works.

But not any of these works: /private/tmp/Kätzchen/checker-0.186/scan-build xcodebuild /private/tmp/แมว/checker-0.186/scan-build xcodebuild /private/tmp/猫/checker-0.186/scan-build xcodebuild /private/tmp/ねこ/checker-0.186/scan-build xcodebuild

I think that this restriction to mutts is rather unfortunate.

Same problem with version 177. Version 144 works with all animals.

Kind regards

Gerriet.

tkremenek commented 15 years ago

Sounds like a problem in the scanbuild script itself.

Yeah. Probably some string is getting interpreted by Perl. I'll look into this when I get back from vacation.

lattner commented 15 years ago

Sounds like a problem in the scanbuild script itself.

llvmbot commented 15 years ago

assigned to @tkremenek