llvm-project/clang/lib
Fariborz Jahanian c2371eadd6 Fix a corner case of message lookup looking for class methods.
If all else failed, find the message in class's root's
list of instacne methods!

llvm-svn: 66040
2009-03-04 17:50:39 +00:00
..
AST Switch attributes to be allocated from the declcontext bump pointer just like 2009-03-04 06:34:08 +00:00
Analysis GRExprEngine::VisitCast: Just pass through function and block pointers. 2009-03-04 16:52:57 +00:00
Basic allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. 2009-03-04 05:35:38 +00:00
CodeGen Support "asm" renaming of external symbols. 2009-03-04 17:31:19 +00:00
Driver Driver: Add ArgList implementation. 2009-03-04 17:10:42 +00:00
Frontend Resize message bubble back to original size. 2009-03-02 23:06:15 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex make the token lexer allocate its temporary token buffers for 2009-03-04 06:50:57 +00:00
Parse Change Parser::ParseCaseStatement to use an iterative approach to parsing 2009-03-04 04:23:07 +00:00
Rewrite Tighten message bubble height. 2009-03-03 03:00:21 +00:00
Sema Fix a corner case of message lookup looking for class methods. 2009-03-04 17:50:39 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00