clang-1/lib/Sema
Fariborz Jahanian a769c004a2 This patch will build the Records lazily per Steve's comments.
Note that one test duplicate-ivar-check.m will fail because I 
need to re-implement duplicate ivar checking.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61154 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-17 21:40:49 +00:00
..
CMakeLists.txt Representation of template type parameters and non-type template 2008-12-05 18:15:24 +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 Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00
Sema.cpp Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
Sema.h Semantics of @protocol attributes. 2008-12-17 01:07:27 +00:00
SemaCXXScopeSpec.cpp Delay parsing of default arguments of member functions until the class 2008-12-16 21:30:33 +00:00
SemaChecking.cpp Make error handling for va_start a bit more robust. Fixes PR3213. 2008-12-15 22:05:35 +00:00
SemaDecl.cpp This patch will build the Records lazily per Steve's comments. 2008-12-17 21:40:49 +00:00
SemaDeclAttr.cpp Semantics of @protocol attributes. 2008-12-17 01:07:27 +00:00
SemaDeclCXX.cpp Make the injected-class-name of a C++ class a separate RecordDecl from the class itself, with a different scope. This eliminates some ownership issues, so that the RecordDecl only lives in a single context 2008-12-17 16:48:01 +00:00
SemaDeclObjC.cpp This patch will build the Records lazily per Steve's comments. 2008-12-17 21:40:49 +00:00
SemaExpr.cpp remove debug stmt, sorry.. 2008-12-16 22:59:47 +00:00
SemaExprCXX.cpp Some utilities for using the smart pointers in Actions, especially Sema. Convert a few functions. 2008-12-13 16:23:55 +00:00
SemaExprObjC.cpp Silence a couple more operator precedence warnings; this shouldn't 2008-12-16 20:15:50 +00:00
SemaInherit.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp Address some comments on the name lookup/DeclContext patch from Chris 2008-12-11 20:41:00 +00:00
SemaNamedCast.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaOverload.cpp Place constructors and destructors into the DeclContext of the class, 2008-12-15 21:24:18 +00:00
SemaOverload.h Implement the rest of C++ [over.call.object], which permits the object 2008-11-19 22:57:39 +00:00
SemaStmt.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00
SemaTemplate.cpp Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it belongs 2008-12-08 18:40:42 +00:00
SemaType.cpp Diagnose erroneous uses of out-of-line member definitions and scope 2008-12-15 23:53:10 +00:00
SemaUtil.h