summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/method-lookup-3.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-181-0/+26
| | | | | | | on multiple selector names found during lookup. rdar://19265296 llvm-svn: 224536
* Weaken the type-matching rules for methods that return aggregates whenJohn McCall2011-06-161-0/+16
| | | | | | complaining about mismatches in the global method pool. llvm-svn: 133123
* Fix a spurious warning when message sent to qualified-idFariborz Jahanian2010-08-101-0/+5
| | | | | | type receiver (pr7861). llvm-svn: 110696
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91297
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* convert some more warnings to NOTEs.Chris Lattner2008-11-231-6/+6
| | | | llvm-svn: 59923
* Fix <rdar://problem/6261178> clang-on-xcode: [sema] multiple method warning ↵Steve Naroff2008-10-211-6/+6
| | | | | | | | | | | | is over enthusiastic. Fix <rdar://problem/6265257> warnings for ambiguous message send swamp other warnings. Reworked Sema::MatchTwoMethodDeclarations() to optionally match based on method size and alignment (the default in GCC). Changed Sema::LookupInstanceMethodInGlobalPool() to use this feature. Added -Wno-struct-selector-match to driver, however didn't hook it up yet. Added a FIXME that says this. llvm-svn: 57898
* Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global ↵Steve Naroff2008-09-301-0/+52
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. llvm-svn: 56843
OpenPOWER on IntegriCloud