clang-1/lib/Sema
Chris Lattner e32f74c7af fix error recovery in the case of a jump to a label with no definition
to create a well formed AST instead of a dangling pointer.  This resolves
several fixme's.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69459 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-18 19:30:02 +00:00
..
CMakeLists.txt Update CMake 2009-03-27 05:18:33 +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 Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a 2009-03-28 19:18:32 +00:00
IdentifierResolver.h Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp When building a PCH file, don't perform end-of-translation-unit 2009-04-14 16:27:31 +00:00
Sema.cpp Add warning when a tentative array definition is assumed to have one element. 2009-04-15 21:35:27 +00:00
Sema.h make scope checking be static functions instead of sema methods. 2009-04-18 07:36:39 +00:00
SemaAccess.cpp Revert Sebastian's rvalue patch (r67870) since it caused test failures in 2009-03-28 04:17:27 +00:00
SemaAttr.cpp Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' 2009-03-23 22:50:47 +00:00
SemaCXXScopeSpec.cpp More improvements to namespace aliases. We now support everything except aliases in using directives. 2009-03-28 23:53:49 +00:00
SemaChecking.cpp Fixup semantic analysis for nested blocks, and allow block literal 2009-04-17 00:09:41 +00:00
SemaDecl.cpp fix error recovery in the case of a jump to a label with no definition 2009-04-18 19:30:02 +00:00
SemaDeclAttr.cpp FunctionDecl::getBody() is getting an ASTContext argument for use in 2009-04-18 00:02:19 +00:00
SemaDeclCXX.cpp Implement lvalue test for conditional expressions. 2009-04-17 16:30:52 +00:00
SemaDeclObjC.cpp Patch to remove a bogus warning which pointed to underlying AST 2009-04-15 19:19:03 +00:00
SemaExpr.cpp FunctionDecl::getBody() is getting an ASTContext argument for use in 2009-04-18 00:02:19 +00:00
SemaExprCXX.cpp Implement lvalue test for conditional expressions. 2009-04-17 16:30:52 +00:00
SemaExprObjC.cpp Fix rdar://6770142 - Class and qualified id's are compatible, just like 2009-04-12 09:02:39 +00:00
SemaInherit.cpp Propagate the ASTContext to various AST traversal and lookup functions. 2009-04-09 21:40:53 +00:00
SemaInherit.h Make parsing a semantic analysis a little more robust following Sema 2009-04-01 21:51:26 +00:00
SemaInit.cpp Attempt to fix a read-after-free running test/Sema/designated-initializers.c. 2009-04-16 17:49:48 +00:00
SemaLookup.cpp Implementation of pre-compiled headers (PCH) based on lazy 2009-04-09 22:27:44 +00:00
SemaNamedCast.cpp Fix a few isObjectTypes that really need to be isIncompleteOrObject 2009-03-24 20:13:58 +00:00
SemaOverload.cpp Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. 2009-04-16 17:51:27 +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 if we already know that a decl is invalid in an @catch, don't verify its type. 2009-04-12 23:26:56 +00:00
SemaTemplate.cpp Propagate the ASTContext to various AST traversal and lookup functions. 2009-04-09 21:40:53 +00:00
SemaTemplateInstantiate.cpp Propagate the ASTContext to various AST traversal and lookup functions. 2009-04-09 21:40:53 +00:00
SemaTemplateInstantiateDecl.cpp Propagate the ASTContext to various AST traversal and lookup functions. 2009-04-09 21:40:53 +00:00
SemaTemplateInstantiateExpr.cpp Revamp our representation of C++ nested-name-specifiers. We now have a 2009-03-26 23:50:42 +00:00
SemaType.cpp Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a 2009-03-28 19:18:32 +00:00