.. |
APValue.cpp
|
Remove some now-unneeded calls to llvm::errs().flush().
|
2009-03-10 18:00:19 +00:00 |
ASTConsumer.cpp
|
Push DeclGroup much farther throughout the compiler. Now the various
|
2009-03-29 16:50:03 +00:00 |
ASTContext.cpp
|
Eliminate the three SmallVectors in ObjCImplDecl (for instance
|
2009-04-23 01:02:12 +00:00 |
Builtins.cpp
|
Lazy loading of builtins for precompiled headers.
|
2009-04-22 18:49:13 +00:00 |
CFG.cpp
|
CFG: when there is not continue or break target, mark the CFG as bad.
|
2009-04-07 18:53:24 +00:00 |
CMakeLists.txt
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
Decl.cpp
|
Explictly track tentative definitions within Sema, then hand those
|
2009-04-21 17:11:58 +00:00 |
DeclBase.cpp
|
Various minor fixes to PCH reading and writing, with general
|
2009-04-10 17:25:41 +00:00 |
DeclCXX.cpp
|
Add the beginnings of a CXXTempVarDecl class.
|
2009-04-21 01:57:48 +00:00 |
DeclGroup.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
DeclObjC.cpp
|
The ivars in an ObjCImplementationDecl are now stored in the
|
2009-04-23 03:23:08 +00:00 |
DeclTemplate.cpp
|
Introduce a new expression type, UnresolvedDeclRefExpr, that describes
|
2009-03-19 17:26:29 +00:00 |
DeclarationName.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
Expr.cpp
|
Fix PR4027 + rdar://6808859, we were rejecting implicit casts of
|
2009-04-21 05:19:11 +00:00 |
ExprCXX.cpp
|
Add a CXXConstructExpr that represents an implicit call to a C++ constructor. I think CXXTemporaryObjectExpr is going to become a subclass of CXXConstructExpr, since CXXTemporaryObjectExpr represents a syntactic temporary, for example T()
|
2009-04-23 02:32:43 +00:00 |
ExprConstant.cpp
|
Add handling for complex->int, int->complex float, and float->complex
|
2009-04-22 19:23:09 +00:00 |
InheritViz.cpp
|
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
|
2008-11-13 05:09:21 +00:00 |
Makefile
|
Build system changes to use TableGen to generate the various
|
2009-03-16 23:06:59 +00:00 |
NestedNameSpecifier.cpp
|
Parsing, semantic analysis, and template instantiation for typename
|
2009-04-01 00:28:59 +00:00 |
ParentMap.cpp
|
Another ParentMap bug: only the right side of a comma expression is consumed.
|
2009-04-09 05:34:31 +00:00 |
Stmt.cpp
|
PCH support for inline assembly statements.
|
2009-04-17 20:57:14 +00:00 |
StmtDumper.cpp
|
Audit __private_extern__ handling.
|
2009-04-14 02:25:56 +00:00 |
StmtIterator.cpp
|
Push DeclGroup much farther throughout the compiler. Now the various
|
2009-03-29 16:50:03 +00:00 |
StmtPrinter.cpp
|
Add a CXXConstructExpr that represents an implicit call to a C++ constructor. I think CXXTemporaryObjectExpr is going to become a subclass of CXXConstructExpr, since CXXTemporaryObjectExpr represents a syntactic temporary, for example T()
|
2009-04-23 02:32:43 +00:00 |
StmtViz.cpp
|
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*.
|
2008-10-07 23:09:49 +00:00 |
TemplateName.cpp
|
add TemplateName.cpp/h to the xcode project, minor tidying.
|
2009-04-02 06:07:12 +00:00 |
Type.cpp
|
ObjCQualifiedClass is dead, remove it.
|
2009-04-22 06:50:37 +00:00 |