hanchenye-llvm-project/clang/lib/AST
Sebastian Redl 068b13d62a Fix try statement deserialization.
llvm-svn: 61421
2008-12-24 13:02:38 +00:00
..
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 Last patch, for now, to privde ObjC's encoding of types. 2008-12-23 21:30:15 +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 Don't push OverloadedFunctionDecls onto the chain of declarations 2008-12-23 21:05:05 +00:00
DeclBase.cpp Don't push OverloadedFunctionDecls onto the chain of declarations 2008-12-23 21:05:05 +00:00
DeclCXX.cpp Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations 2008-12-24 02:52:09 +00:00
DeclGroup.cpp Fix incorrect release of Decl* array referenced by DeclGroup. 2008-10-18 19:20:54 +00:00
DeclObjC.cpp Fixed a bug showed up the meta-data for protocol 2008-12-22 20:41:58 +00:00
DeclSerialization.cpp Finish up saving original parameter type and 2008-12-20 23:29:59 +00:00
DeclarationName.cpp dont call iterator::end() on every cycle and dont read already-deleted memory 2008-12-14 21:53:25 +00:00
Expr.cpp Add support for calls to overloaded member functions. Things to note: 2008-12-22 05:46:06 +00:00
ExprCXX.cpp Add support for calls to overloaded member functions. Things to note: 2008-12-22 05:46:06 +00:00
ExprConstant.cpp Add codegen support for __null 2008-12-21 22:39:40 +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 Full AST support and better Sema support for C++ try-catch. 2008-12-22 21:35:02 +00:00
StmtDumper.cpp Correct the order in which we cope with end-of-class-definition 2008-12-24 00:01:03 +00:00
StmtIterator.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00
StmtPrinter.cpp Full AST support and better Sema support for C++ try-catch. 2008-12-22 21:35:02 +00:00
StmtSerialization.cpp Fix try statement deserialization. 2008-12-24 13:02:38 +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 Correct comments. 2008-12-21 13:00:52 +00:00
Type.cpp Correct the order in which we cope with end-of-class-definition 2008-12-24 00:01:03 +00:00
TypeSerialization.cpp Add serialization support for TypeOfType. 2008-12-24 07:22:26 +00:00