.. |
ASTConsumer.cpp
|
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
|
2008-05-31 20:11:04 +00:00 |
ASTContext.cpp
|
-Changes to TagDecl:
|
2008-06-09 23:19:58 +00:00 |
Builtins.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
CFG.cpp
|
Fix one strict-aliasing warning.
|
2008-05-29 21:52:26 +00:00 |
Decl.cpp
|
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
|
2008-06-17 18:05:57 +00:00 |
DeclBase.cpp
|
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
|
2008-06-17 18:05:57 +00:00 |
DeclCXX.cpp
|
Silence uninitialized value warning in Release build.
|
2008-06-16 23:46:27 +00:00 |
DeclObjC.cpp
|
Reclaim memory owned by ObjCForwardProtocolDecls.
|
2008-06-06 21:05:33 +00:00 |
DeclSerialization.cpp
|
-Add DeclChain member to DeclContext.
|
2008-06-10 01:32:09 +00:00 |
Expr.cpp
|
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
|
2008-06-17 18:05:57 +00:00 |
ExprCXX.cpp
|
Fix more strict-aliasing warnings.
|
2008-06-17 03:11:08 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
ParentMap.cpp
|
Added ParentMap, a class to represent a lazily constructed mapping from child to parents.
|
2008-06-20 21:40:36 +00:00 |
Stmt.cpp
|
Fix more strict-aliasing warnings.
|
2008-06-17 03:11:08 +00:00 |
StmtDumper.cpp
|
remove dead enums.
|
2008-06-21 18:06:44 +00:00 |
StmtIterator.cpp
|
Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl.
|
2008-05-30 16:14:41 +00:00 |
StmtPrinter.cpp
|
Switch 'super' from being a weird cast thing to being a predefined expr node.
|
2008-06-21 18:04:54 +00:00 |
StmtSerialization.cpp
|
This patch is motivated by numerous strict-aliasing warnings when compiling
|
2008-06-17 02:43:46 +00:00 |
StmtViz.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
TranslationUnit.cpp
|
Reclaim memory owned by ObjCForwardProtocolDecls.
|
2008-06-06 21:05:33 +00:00 |
Type.cpp
|
-Changes to TagDecl:
|
2008-06-09 23:19:58 +00:00 |
TypeSerialization.cpp
|
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
|
2008-04-07 21:55:54 +00:00 |