aboutsummaryrefslogtreecommitdiff
path: root/AST/ASTContext.cpp
AgeCommit message (Expand)Author
2007-08-30Fix the following redefinition errors submitted by Keith Bauer...Steve Naroff
2007-08-28Change EnumDecl to store its corresponding integer type Chris Lattner
2007-08-27constify some stuffChris Lattner
2007-08-27implement sizeof(enum x), patch inspired by Keith Bauer.Chris Lattner
2007-08-27Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().Steve Naroff
2007-08-27Tweak a comment and assert.Steve Naroff
2007-08-27Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...Steve Naroff
2007-08-17Add initial support for constant CFStrings.Anders Carlsson
2007-08-01Add comments to getTypeOfExpr/getTypeOfType.Steve Naroff
2007-08-01Two typeof() related changes...Steve Naroff
2007-07-31Add parsing and AST support for GNU "typeof".Steve Naroff
2007-07-23fix bogus warnings about potentially uninit vars Size and Align.Chris Lattner
2007-07-20Fix a valgrind error noticed by Benoit BoissinotChris Lattner
2007-07-20fix a nasty bug Owen noticed in a gcc warning.Chris Lattner
2007-07-19implement size/alignment analysis for arrays and vectors. This gets carbon.h...Chris Lattner
2007-07-18implement sizeof/alignof support for structs, unions and complex.Chris Lattner
2007-07-18First round of extended vector support. Here is an overview...Steve Naroff
2007-07-18initial layout support for structures and unions. This isn't actuallyChris Lattner
2007-07-18teach -stats about new typesChris Lattner
2007-07-15don't let builtin-type handling code fall into pointer handling codeChris Lattner
2007-07-14A significant refactoring of the type size stuff to also Chris Lattner
2007-07-13Use target info to decide the sizes of basic types.Chris Lattner
2007-07-13Add missing citation.Chris Lattner
2007-07-13Move getSize() out of type, into ASTContext, where it has target info, andChris Lattner
2007-07-13Implement codegen for + and - with pointers. Patch contributed by Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer