llvm-project/clang/lib/Sema
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
..
CMakeLists.txt Implement the basic approach for instantiating types, with a lot of FIXME'd 2009-02-27 19:31:52 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Switch attributes to be allocated from the declcontext bump pointer just like 2009-03-04 06:34:08 +00:00
IdentifierResolver.h Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. 2009-01-28 04:29:29 +00:00
Sema.cpp Fix <rdar://problem/6451399> problems with labels and blocks. 2009-02-28 16:48:43 +00:00
Sema.h Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. 2009-03-05 15:22:01 +00:00
SemaAttr.cpp Make PragmaPackStack be a private class in SemaAttr and make its 2009-02-17 01:09:29 +00:00
SemaCXXScopeSpec.cpp Implement parsing of nested-name-specifiers that involve template-ids, e.g., 2009-02-25 19:37:18 +00:00
SemaChecking.cpp When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' 2009-02-27 17:58:43 +00:00
SemaDecl.cpp When parsing a function body, add it to the crash stack, giving us something 2009-03-05 01:25:28 +00:00
SemaDeclAttr.cpp Switch attributes to be allocated from the declcontext bump pointer just like 2009-03-04 06:34:08 +00:00
SemaDeclCXX.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaDeclObjC.cpp Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. 2009-03-05 15:45:01 +00:00
SemaExpr.cpp Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. 2009-03-05 20:12:00 +00:00
SemaExprCXX.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaExprObjC.cpp Removed an unfortunate cut and paste left-over. 2009-03-04 23:00:40 +00:00
SemaInherit.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaInherit.h Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaInit.cpp Fix PR3509 by providing correct starting locations for initializer lists 2009-03-01 17:12:46 +00:00
SemaLookup.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaNamedCast.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaOverload.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaOverload.h Introduce _Complex conversions into the function overloading 2009-02-12 00:15:05 +00:00
SemaStmt.cpp Change Parser::ParseCaseStatement to use an iterative approach to parsing 2009-03-04 04:23:07 +00:00
SemaTemplate.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaTemplateInstantiate.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaType.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00