-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
| Bugzilla Link | 2707 |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | test case |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@tkremenek |
Extended Description
Processing -fsyntax-only on the attached source code, I get the following wrong diagnostic:
thomas$ clang -fsyntax-only MyClass.m
MyClass.m:21:29: warning: incompatible pointer types sending 'CGColorRef', expected 'NSColor *'
[object setBackgroundColor:color];
^~~~~
1 diagnostic generated.
Clang seems to be confused by CGColorRef and NSColor *.
Using LLVM and Clang rev 55175.
Thomas
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"