llvm-project/clang/AST
Chris Lattner 4481b428db A significant refactoring of the type size stuff to also
compute type alignment.  This info is needed for struct layout.

llvm-svn: 39850
2007-07-14 01:29:45 +00:00
..
ASTContext.cpp A significant refactoring of the type size stuff to also 2007-07-14 01:29:45 +00:00
Builtins.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Decl.cpp Fix "no newline at end of file" warnings. Patch contributed by 2007-07-12 15:43:07 +00:00
Expr.cpp Properly use local variable declaration inside a switch case 2007-07-12 15:26:50 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
StmtPrinter.cpp Improve char literal pretty printing, patch by Keith Bauer! 2007-07-13 23:58:20 +00:00
StmtVisitor.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Type.cpp Move getSize() out of type, into ASTContext, where it has target info, and 2007-07-13 22:13:22 +00:00