hanchenye-llvm-project/clang/lib/Sema
Steve Naroff c277ad10f0 Remove ObjCQualifiedInterfaceType:-)
llvm-svn: 76321
2009-07-18 15:33:26 +00:00
..
CMakeLists.txt Rename file in preparation of properly implementing C-style casts in C++. 2009-07-18 15:08:18 +00:00
CXXFieldCollector.h
IdentifierResolver.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
IdentifierResolver.h Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
JumpDiagnostics.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
Sema.cpp Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). 2009-07-15 18:40:39 +00:00
Sema.h Enhance testing of overriding exception specs for inaccessible base exceptions. 2009-07-18 14:32:15 +00:00
SemaAccess.cpp Enhance testing of overriding exception specs for inaccessible base exceptions. 2009-07-18 14:32:15 +00:00
SemaAttr.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaCXXCast.cpp Rename file in preparation of properly implementing C-style casts in C++. 2009-07-18 15:08:18 +00:00
SemaCXXScopeSpec.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaChecking.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaDecl.cpp Set ObjCMethodDecl's EndLoc to the '}' when it's a definition. 2009-07-18 00:33:33 +00:00
SemaDeclAttr.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaDeclCXX.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaDeclObjC.cpp Remove ASTContext::isObjCObjectPointerType(). 2009-07-16 15:41:00 +00:00
SemaExpr.cpp Don't add a SourceLocation for 'self' if it does not actually appears in the source code. 2009-07-18 08:49:37 +00:00
SemaExprCXX.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaExprObjC.cpp Remove ObjCQualifiedInterfaceType:-) 2009-07-18 15:33:26 +00:00
SemaInherit.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaInherit.h Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298. 2009-05-30 00:52:53 +00:00
SemaInit.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaLookup.cpp Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. 2009-07-18 00:34:25 +00:00
SemaOverload.cpp Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. 2009-07-18 00:34:25 +00:00
SemaOverload.h Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. 2009-04-16 17:51:27 +00:00
SemaStmt.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
SemaTemplate.cpp Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. 2009-07-18 00:34:25 +00:00
SemaTemplateDeduction.cpp Remove ObjCQualifiedInterfaceType:-) 2009-07-18 15:33:26 +00:00
SemaTemplateInstantiate.cpp Remove ObjCQualifiedInterfaceType:-) 2009-07-18 15:33:26 +00:00
SemaTemplateInstantiateDecl.cpp Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. 2009-07-18 00:34:25 +00:00
SemaTemplateInstantiateExpr.cpp Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. 2009-07-09 00:05:08 +00:00
SemaTemplateInstantiateStmt.cpp Rework the way we track which declarations are "used" during 2009-06-22 20:57:11 +00:00
SemaType.cpp Remove ObjCQualifiedInterfaceType:-) 2009-07-18 15:33:26 +00:00