..
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
Encapsulate template arguments lists in a new class,
2009-05-11 23:53:27 +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
Implement the notions of the "current instantiation" and "unknown
2009-05-11 19:58:34 +00:00
SemaChecking.cpp
Fix the atomics sema code to convert operands to the argument types
2009-05-08 15:36:58 +00:00
SemaDecl.cpp
Implement parsing for explicit instantiations of class templates, e.g.,
2009-05-12 23:25:50 +00:00
SemaDeclAttr.cpp
Add back Parse/Sema support for attributes cf_returns_retained and
2009-05-09 02:44:38 +00:00
SemaDeclCXX.cpp
Friend declarations are only valid inside class definitions.
2009-05-11 22:55:49 +00:00
SemaDeclObjC.cpp
Method attributes may only be specified on method
2009-05-12 21:36:23 +00:00
SemaExpr.cpp
Implement C++0x nullptr.
2009-05-10 18:38:11 +00:00
SemaExprCXX.cpp
Implement C++0x nullptr.
2009-05-10 18:38:11 +00:00
SemaExprObjC.cpp
We want to diagnose sending message to a forward class
2009-05-08 23:45:49 +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
Replace more release+static_cast with takeAs.
2009-05-01 19:49:17 +00:00
SemaLookup.cpp
Implement the notions of the "current instantiation" and "unknown
2009-05-11 19:58:34 +00:00
SemaNamedCast.cpp
Implement C++0x nullptr.
2009-05-10 18:38:11 +00:00
SemaOverload.cpp
Implement C++0x nullptr.
2009-05-10 18:38:11 +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
allow references to the larger value in a tied constraint
2009-05-03 08:32:32 +00:00
SemaTemplate.cpp
Encapsulate template arguments lists in a new class,
2009-05-11 23:53:27 +00:00
SemaTemplateInstantiate.cpp
Encapsulate template arguments lists in a new class,
2009-05-11 23:53:27 +00:00
SemaTemplateInstantiateDecl.cpp
Encapsulate template arguments lists in a new class,
2009-05-11 23:53:27 +00:00
SemaTemplateInstantiateExpr.cpp
Encapsulate template arguments lists in a new class,
2009-05-11 23:53:27 +00:00
SemaType.cpp
Encapsulate template arguments lists in a new class,
2009-05-11 23:53:27 +00:00