clang-1/lib
Steve Naroff 037cda5282 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly.
Long standing bug in Sema::ActOnInstanceMessage(). We now warn when messaging an "id" with multiple method signatures in scope. The diags are a little verbose, however they can be streamlined if necessary. 


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56843 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-30 14:38:43 +00:00
..
AST Fix va_arg handling to do argument decaying at the correct place. This 2008-09-29 22:28:25 +00:00
Analysis Revert last patch, but add a fixme 2008-09-30 05:35:42 +00:00
Basic Add missing include for use of atoi. 2008-09-30 07:18:57 +00:00
CodeGen Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 2008-09-30 05:31:27 +00:00
Driver clean up a bunch of fixme's I added, by moving 2008-09-26 21:18:42 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. 2008-09-30 00:48:48 +00:00
Parse Enter a new scope for a @try block. 2008-09-26 17:32:47 +00:00
Rewrite Fixed an offset calculation error. 2008-09-16 07:58:21 +00:00
Sema Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. 2008-09-30 14:38:43 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00