llvm-project/clang/lib/Sema
Chris Lattner 3bbae00f50 pull protocol resolution out into ActOnStartProtocolInterface.
This temporarily duplicates ParseObjCProtocolReferences, but it
will be removed in the future.

llvm-svn: 54092
2008-07-26 04:03:38 +00:00
..
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin(). 2008-07-17 17:49:50 +00:00
IdentifierResolver.h Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin(). 2008-07-17 17:49:50 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseAST.cpp Added method "HandleTranslationUnit" to ASTConsumer. This is called by ParseAST when all of the ASTs in a translation unit have been built. 2008-07-02 18:32:45 +00:00
Sema.cpp Move isObjCObjectPointerType() from Sema to ASTContext. 2008-07-24 23:58:27 +00:00
Sema.h pull protocol resolution out into ActOnStartProtocolInterface. 2008-07-26 04:03:38 +00:00
SemaChecking.cpp Format string errors should underling the format string, not the function name. 2008-07-25 22:03:03 +00:00
SemaDecl.cpp Reject typedef redefinitions when the underlying types are not identical, 2008-07-25 18:44:27 +00:00
SemaDeclAttr.cpp Implemented Sema support for attribute "unused". 2008-07-25 04:39:19 +00:00
SemaDeclCXX.cpp Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaDeclObjC.cpp pull protocol resolution out into ActOnStartProtocolInterface. 2008-07-26 04:03:38 +00:00
SemaExpr.cpp GCC supports the complex conjugate operator (an extension) on complex int 2008-07-25 23:52:49 +00:00
SemaExprCXX.cpp Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaExprObjC.cpp Cleaunup Sema::ActOnClassMessage(). This commit: 2008-07-25 19:39:00 +00:00
SemaInit.cpp -Changes to TagDecl: 2008-06-09 23:19:58 +00:00
SemaStmt.cpp Fix rdar://6095136, various crashes with incomplete enum types. 2008-07-25 23:18:17 +00:00
SemaType.cpp make DeclSpec manage its own protocol qualifier list memory instead of having 2008-07-26 01:53:50 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00