llvm-project/clang/lib/AST
Eli Friedman 4e2ab55502 Add a bit more handling for declarations like "int a[*]".
llvm-svn: 70162
2009-04-26 21:57:51 +00:00
..
APValue.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. 2009-04-26 19:19:15 +00:00
Builtins.cpp Lazy loading of builtins for precompiled headers. 2009-04-22 18:49:13 +00:00
CFG.cpp CFG: when there is not continue or break target, mark the CFG as bad. 2009-04-07 18:53:24 +00:00
CMakeLists.txt Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
Decl.cpp Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
DeclBase.cpp Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
DeclCXX.cpp Silence gcc warnings. 2009-04-25 22:20:56 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp The ivars in an ObjCImplementationDecl are now stored in the 2009-04-23 03:23:08 +00:00
DeclTemplate.cpp Introduce a new expression type, UnresolvedDeclRefExpr, that describes 2009-03-19 17:26:29 +00:00
DeclarationName.cpp PCH support for all of the predefined Objective-C types, such as id, 2009-04-23 22:29:11 +00:00
Expr.cpp Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. 2009-04-26 19:19:15 +00:00
ExprCXX.cpp Silence gcc warnings. 2009-04-25 22:20:56 +00:00
ExprConstant.cpp Add handling for complex->int, int->complex float, and float->complex 2009-04-22 19:23:09 +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 Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
NestedNameSpecifier.cpp Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
ParentMap.cpp Another ParentMap bug: only the right side of a comma expression is consumed. 2009-04-09 05:34:31 +00:00
Stmt.cpp split ObjC and C++ Statements out into their own headers. 2009-04-26 01:32:48 +00:00
StmtDumper.cpp Audit __private_extern__ handling. 2009-04-14 02:25:56 +00:00
StmtIterator.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
StmtPrinter.cpp Add CXXExprWithCleanup 2009-04-24 22:47:04 +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
TemplateName.cpp add TemplateName.cpp/h to the xcode project, minor tidying. 2009-04-02 06:07:12 +00:00
Type.cpp Add a bit more handling for declarations like "int a[*]". 2009-04-26 21:57:51 +00:00