.. |
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
|
Cleanup/refactoring of Sema struct layout. This patch unifies the struct
|
2008-05-30 09:31:38 +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
|
fix decl attributes cleaning
|
2008-06-01 22:53:53 +00:00 |
DeclObjC.cpp
|
fix free/delete mismatch problem in add/mergeProperties (found by valgrind)
|
2008-05-10 10:31:54 +00:00 |
DeclSerialization.cpp
|
When serializing FunctionDecl, serialize out a reference to the previous declaration.
|
2008-05-20 03:33:58 +00:00 |
Expr.cpp
|
Teach Expr::isLvalue() about ObjC properties. For now, all properties are writable. Added a FIXME for another day.
|
2008-05-30 23:23:16 +00:00 |
ExprCXX.cpp
|
Several improvements from Doug Gregor related to default
|
2008-04-10 02:22:51 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
Stmt.cpp
|
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
|
2008-05-29 21:12:08 +00:00 |
StmtDumper.cpp
|
Minor tweak to -ast-dump for ivars.
|
2008-05-23 22:01:24 +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
|
Add basic support for properties references (a missing feature).
|
2008-05-30 00:40:33 +00:00 |
StmtSerialization.cpp
|
Add basic support for properties references (a missing feature).
|
2008-05-30 00:40:33 +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
|
Fix the destruction "properly" in the sense that we actually destroy the
|
2008-05-21 05:33:10 +00:00 |
Type.cpp
|
Add Destroy method to Types, making there destruction more harmonious with
|
2008-05-21 16:38:54 +00:00 |
TypeSerialization.cpp
|
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
|
2008-04-07 21:55:54 +00:00 |