.. |
CMakeLists.txt
|
When performing template argument deduction, ensure that multiple
|
2009-06-04 00:03:07 +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
|
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
|
Keep track of the Expr used to describe the size of an array type,
|
2009-07-06 15:59:29 +00:00 |
Sema.h
|
Implement template argument deduction when taking the address of a
|
2009-07-08 20:55:45 +00:00 |
SemaAccess.cpp
|
Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs.
|
2009-05-13 21:11:42 +00:00 |
SemaAttr.cpp
|
Remove the ASTContext parameter from the attribute-related methods of Decl.
|
2009-06-30 02:34:44 +00:00 |
SemaCXXScopeSpec.cpp
|
Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorContext.
|
2009-06-17 23:15:40 +00:00 |
SemaChecking.cpp
|
Remove the ASTContext parameter from the attribute-related methods of Decl.
|
2009-06-30 02:34:44 +00:00 |
SemaDecl.cpp
|
Implemented memmove_collectable API for Next runtime
|
2009-07-08 01:18:33 +00:00 |
SemaDeclAttr.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
SemaDeclCXX.cpp
|
Implement checking of exception spec compatibility for overriding virtual functions.
|
2009-07-07 20:29:57 +00:00 |
SemaDeclObjC.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
SemaExpr.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 |
SemaExprCXX.cpp
|
Some (most) type trait expressions require that the argument passed in is a complete type.
|
2009-07-07 19:06:02 +00:00 |
SemaExprObjC.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
SemaInherit.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +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
|
Extra vector element initializers in OpenCL is an error, not a warning.
|
2009-07-07 21:53:06 +00:00 |
SemaLookup.cpp
|
Fix a corner case with argument-dependent lookup and overloaded function sets.
|
2009-07-08 10:57:20 +00:00 |
SemaNamedCast.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaOverload.cpp
|
Implement the simple form of overload resolution used when taking the
|
2009-07-08 23:33:52 +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
|
Remove the ASTContext parameter from the attribute-related methods of Decl.
|
2009-06-30 02:34:44 +00:00 |
SemaTemplate.cpp
|
Cope with explicitly-specified function template arguments when there
|
2009-07-01 00:28:38 +00:00 |
SemaTemplateDeduction.cpp
|
Implement template argument deduction when taking the address of a
|
2009-07-08 20:55:45 +00:00 |
SemaTemplateInstantiate.cpp
|
Keep track of the Expr used to describe the size of an array type,
|
2009-07-06 15:59:29 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Keep track of more information within the template instantiation stack, e.g.,
|
2009-07-01 22:01:06 +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
|
Implement checking of exception spec compatibility for overriding virtual functions.
|
2009-07-07 20:29:57 +00:00 |