.. |
ASTConsumer.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
ASTContext.cpp
|
Introduce support for finding class and enum names via ordinary name lookup in C++
|
2008-04-13 21:07:44 +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
|
Bug fix in CFG construction: VisitCompoundStmt should return the last created block.
|
2008-03-17 17:19:44 +00:00 |
Decl.cpp
|
Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris
|
2008-04-13 04:32:18 +00:00 |
DeclObjC.cpp
|
New AST representation for each objc2's property declaration.
|
2008-04-14 23:36:35 +00:00 |
DeclSerialization.cpp
|
Use the ASTContext allocator when creating deserialized Decl objects.
|
2008-04-11 14:49:10 +00:00 |
Expr.cpp
|
Several improvements from Doug Gregor related to default
|
2008-04-10 02:22:51 +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
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
StmtDumper.cpp
|
print cvr qualifiers on simplified typedefs
|
2008-04-02 05:06:23 +00:00 |
StmtIterator.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
StmtPrinter.cpp
|
Add support for C++ default arguments, and rework Parse-Sema
|
2008-04-08 04:40:51 +00:00 |
StmtSerialization.cpp
|
Add support for C++ default arguments, and rework Parse-Sema
|
2008-04-08 04:40:51 +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
|
Stub out and start using a Decl::Destroy() method.
|
2008-04-11 15:01:25 +00:00 |
Type.cpp
|
This patch is just the easy part of the class names patch, which
|
2008-04-13 18:59:07 +00:00 |
TypeSerialization.cpp
|
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
|
2008-04-07 21:55:54 +00:00 |