llvm-project/clang/lib/AST
Daniel Dunbar 81ded69511 Remove -fobjc-tight-layout, seems to work!
llvm-svn: 71184
2009-05-07 21:58:26 +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 -fobjc-tight-layout, seems to work! 2009-05-07 21:58:26 +00:00
Builtins.cpp Add support for LLLi -> int128 in builtins.def 2009-05-07 04:47:06 +00:00
CFG.cpp source-level CFG: have the body for the @synchronized start with its own basic 2009-05-05 23:11:51 +00:00
CMakeLists.txt Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
Decl.cpp Improve compatibility with GCC regarding inline semantics in GNU89 2009-04-28 06:37:30 +00:00
DeclBase.cpp A couple more small changes which are probably required for Cygwin 2009-04-27 23:43:36 +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 Fixes a bug for objc2's gc in the presense of type-casts. 2009-05-05 23:28:21 +00:00
ExprCXX.cpp Get rid of CXXDestroyExpr. 2009-05-01 22:21:22 +00:00
ExprConstant.cpp Remove an unneeded special case. 2009-05-03 10:35:52 +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 Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that 2009-05-05 22:16:12 +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 Get rid of CXXDestroyExpr. 2009-05-01 22:21:22 +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 Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. 2009-05-06 23:27:55 +00:00