.. |
CMakeLists.txt
|
move jump scope checking and related code out into its own file, SemaDecl.cpp is
|
2009-04-19 04:46:21 +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
|
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
|
Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes.
|
2009-04-27 20:27:31 +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
|
only support int128_t on 64-bit and larger targets. 32-bit targets don't
|
2009-04-30 06:18:40 +00:00 |
Sema.h
|
Implement semantic analysis for transparent unions. This is largely
|
2009-04-29 22:16:16 +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
|
implement -Wformat-security properly, which is enabled by default.
|
2009-04-29 04:59:47 +00:00 |
SemaDecl.cpp
|
Sema checking for incorrect placement of __block. Radar 6441502
|
2009-04-30 00:19:40 +00:00 |
SemaDeclAttr.cpp
|
Implement semantic analysis for transparent unions. This is largely
|
2009-04-29 22:16:16 +00:00 |
SemaDeclCXX.cpp
|
Track down return statements in the handlers of a function-try-block of constructors. Meh ...
|
2009-04-27 21:33:24 +00:00 |
SemaDeclObjC.cpp
|
Change to warning when property uses an ivar in super class
|
2009-04-29 23:31:56 +00:00 |
SemaExpr.cpp
|
Implement semantic analysis for transparent unions. This is largely
|
2009-04-29 22:16:16 +00:00 |
SemaExprCXX.cpp
|
Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes.
|
2009-04-27 20:27:31 +00:00 |
SemaExprObjC.cpp
|
fix PR4021, array and functions decay in the receiver position of an objc message send.
|
2009-04-29 05:48:32 +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
|
fix PR4073 by making designated initializer checking code use
|
2009-04-25 21:59:05 +00:00 |
SemaLookup.cpp
|
Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also
|
2009-04-24 02:57:34 +00:00 |
SemaNamedCast.cpp
|
Fix a few isObjectTypes that really need to be isIncompleteOrObject
|
2009-03-24 20:13:58 +00:00 |
SemaOverload.cpp
|
Implement semantic analysis for transparent unions. This is largely
|
2009-04-29 22:16:16 +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
|
Fixup Sema and CodeGen for block literal attributes when the return
|
2009-04-29 21:40:37 +00:00 |
SemaTemplate.cpp
|
Propagate the ASTContext to various AST traversal and lookup functions.
|
2009-04-09 21:40:53 +00:00 |
SemaTemplateInstantiate.cpp
|
ObjCQualifiedClass is dead, remove it.
|
2009-04-22 06:50:37 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
This is a pretty big cleanup for how invalid decl/type are handle.
|
2009-04-25 08:06:05 +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
|
rdar://6827200 - [sema] reject statically allocated arrays of interface types
|
2009-04-27 01:55:56 +00:00 |