llvm-project/clang/lib
Steve Naroff e29c4dd022 Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported.
Tweak Sema::ActOnMemberReferenceExpr() and Sema::ActOnDeclarationNameExpr() to handle "super." notation for Class methods.

llvm-svn: 66185
2009-03-05 20:12:00 +00:00
..
AST Moved CollectObjCIvars to more commonly available place 2009-03-05 20:08:48 +00:00
Analysis Retrofit some basic tracking of ivars (for the current object) into BasicStore. 2009-03-05 18:08:28 +00:00
Basic Include information about compound statements when crashing in sema or the 2009-03-05 00:00:31 +00:00
CodeGen Adds a template for a function for objc2's gc's ivar layout 2009-03-05 19:17:31 +00:00
Driver Driver: Basic argument parsing. 2009-03-05 06:38:47 +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 rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. 2009-03-05 08:00:35 +00:00
Rewrite Tighten message bubble height. 2009-03-03 03:00:21 +00:00
Sema Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. 2009-03-05 20:12:00 +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