.. |
CMakeLists.txt
|
Move statement instantiation into its own file. No functionality change
|
2009-05-15 18:22:25 +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
|
Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts
|
2009-05-14 21:44:34 +00:00 |
Sema.h
|
Make ActOnWhileStmt take a FullExprArg for the condition expr.
|
2009-05-17 21:22:26 +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
|
Deallocate 'DeclRefExpr's in correctly formed '#pragma unused'
|
2009-03-23 22:50:47 +00:00 |
SemaCXXScopeSpec.cpp
|
Implement explicit instantiations of member classes of class templates, e.g.,
|
2009-05-14 00:28:11 +00:00 |
SemaChecking.cpp
|
Fix <rdar://problem/6880975> [format string] Assertion failed: (Arg < NumArgs && "Arg access out of range!").
|
2009-05-13 16:06:05 +00:00 |
SemaDecl.cpp
|
Add OldMD to the list of methods NewMD overrides
|
2009-05-16 23:59:08 +00:00 |
SemaDeclAttr.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaDeclCXX.cpp
|
Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar://problem/6854087>
|
2009-05-17 00:00:05 +00:00 |
SemaDeclObjC.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaExpr.cpp
|
Add FIXME about not using MemberExpr nodes when the base type is a dependent type.
|
2009-05-17 16:28:18 +00:00 |
SemaExprCXX.cpp
|
Fix instantiate-function-1.cpp.
|
2009-05-17 19:43:12 +00:00 |
SemaExprObjC.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaInherit.cpp
|
Use an iterator type for found_decls_begin/found_decls_end.
|
2009-05-13 21:22:06 +00:00 |
SemaInherit.h
|
Use an iterator type for found_decls_begin/found_decls_end.
|
2009-05-13 21:22:06 +00:00 |
SemaInit.cpp
|
PR3009: Get rid of bogus warning for scalar compound literals.
|
2009-05-16 11:45:48 +00:00 |
SemaLookup.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaNamedCast.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaOverload.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +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
|
Make ActOnWhileStmt take a FullExprArg for the condition expr.
|
2009-05-17 21:22:26 +00:00 |
SemaTemplate.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaTemplateInstantiate.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |
SemaTemplateInstantiateExpr.cpp
|
Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though.
|
2009-05-16 18:50:46 +00:00 |
SemaTemplateInstantiateStmt.cpp
|
Make ActOnWhileStmt take a FullExprArg for the condition expr.
|
2009-05-17 21:22:26 +00:00 |
SemaType.cpp
|
Reflow some comments.
|
2009-05-16 07:39:55 +00:00 |