-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Description
| Bugzilla Link | 4215 |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tkremenek |
Extended Description
I've made a default window based app for iphone with xcode 3.1.3, no modifications, then I run the command:
scan-build -k -V xcodebuild -configuration Debug -sdk iphonesimulator3.0
which is using checker-0.204, and I get the following results:
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h:11: error: syntax error before ‘AT_NAME’ token
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h:19: error: syntax error before ‘}’ token
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h:21: fatal error: method definition not in @implementation context
It looks like it doesn't like something in the standard header files.
I hope that's useful info!
--RKP