.. |
APValue.cpp
|
add dump and print methods, add operator<< for APValue.
|
2008-11-16 07:46:48 +00:00 |
ASTConsumer.cpp
|
Remove unused ASTConsumer::HandleTopLevelDeclaration
|
2008-07-25 22:39:30 +00:00 |
ASTContext.cpp
|
rename "virtual location" of a macro to "instantiation location".
|
2009-01-16 07:15:35 +00:00 |
Builtins.cpp
|
Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call.
|
2008-10-26 16:43:14 +00:00 |
CFG.cpp
|
Add preliminary CFG support for @throw. We basically treat it like a return statement.
|
2008-12-09 20:20:09 +00:00 |
CMakeLists.txt
|
CMake: Added some source files.
|
2008-11-19 18:46:39 +00:00 |
Decl.cpp
|
FunctionDecl::setParams() now uses the allocator associated with ASTContext to allocate the array of ParmVarDecl*'s.
|
2009-01-14 00:42:25 +00:00 |
DeclBase.cpp
|
Fix a subtle bug in DeclContext::DestroyDecls().
|
2009-01-14 01:27:31 +00:00 |
DeclCXX.cpp
|
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
|
2009-01-08 17:28:14 +00:00 |
DeclGroup.cpp
|
Fix incorrect release of Decl* array referenced by DeclGroup.
|
2008-10-18 19:20:54 +00:00 |
DeclObjC.cpp
|
Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecls, and shouldn't be released elsewhere.
|
2009-01-12 22:49:54 +00:00 |
DeclSerialization.cpp
|
Replace DeclContext's vector of ScopedDecl pointers with a linked list
|
2009-01-09 19:42:16 +00:00 |
DeclarationName.cpp
|
Make sure we don't name a constructor or destructor with a qualified
|
2009-01-13 00:11:19 +00:00 |
Expr.cpp
|
Patch to supprt case of readonly property being
|
2009-01-12 19:55:42 +00:00 |
ExprCXX.cpp
|
PODness and Type Traits
|
2009-01-05 20:52:13 +00:00 |
ExprConstant.cpp
|
postpone sizeof objc-class computatin to the clients.
|
2009-01-16 01:42:12 +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
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
ParentMap.cpp
|
More #include cleaning
|
2008-08-11 06:23:49 +00:00 |
Stmt.cpp
|
Don't advance the statement iterator after we've deallocated the statement
|
2009-01-16 06:50:08 +00:00 |
StmtDumper.cpp
|
Change some terminology in SourceLocation: instead of referring to
|
2009-01-16 07:00:02 +00:00 |
StmtIterator.cpp
|
Introduce basic support for dependent types, type-dependent
|
2008-12-05 23:32:09 +00:00 |
StmtPrinter.cpp
|
Revert my previous, failed attempt to pretty-print anonymous struct/union accesses well. Added a FIXME so we know to revisit this later
|
2009-01-08 22:45:41 +00:00 |
StmtSerialization.cpp
|
Add QualifiedDeclRefExpr, which retains additional source-location
|
2009-01-06 05:10:23 +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 |
TranslationUnit.cpp
|
Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).
|
2009-01-09 15:36:25 +00:00 |
Type.cpp
|
some more minor asqualtype bugs.
|
2009-01-12 00:21:19 +00:00 |
TypeSerialization.cpp
|
Add serialization support for TypeOfType.
|
2008-12-24 07:22:26 +00:00 |