summaryrefslogtreecommitdiffstats
path: root/clang/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implementation of AST for @protocol expression.Fariborz Jahanian2007-10-171-0/+11
* Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian2007-10-161-0/+14
* Change the type of ObjCStringLiteral from "struct __builtin_CFString *" to "N...Steve Naroff2007-10-151-0/+8
* Move type compatibility predicates from Type to ASTContext. In addition, the ...Steve Naroff2007-10-151-0/+163
* Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.Steve Naroff2007-10-151-0/+18
* slightly simplify interfaceChris Lattner2007-10-111-3/+2
* Add __builtin_va_start to the list of builtins, make __builtin_va_list availa...Anders Carlsson2007-10-111-0/+8
* Patch to create protocol conforming class types.Fariborz Jahanian2007-10-111-0/+25
* Make sure methods with no return type default to "id".Steve Naroff2007-10-091-1/+0
* remove unneeded #includeChris Lattner2007-10-071-1/+0
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+0
* Move ObjC decls to DeclObjC.h, a new AST header.Steve Naroff2007-10-011-0/+1
* Use APFloat for the representation of FP immediates, ask the targetChris Lattner2007-09-221-3/+4
* Remove SelectorTable/SelectorInfo, simply store all selectors in the central ...Steve Naroff2007-09-191-11/+0
* Add support for ObjC keyword selectors.Steve Naroff2007-09-171-1/+17
* fix some warnings, patch by Justin HandvilleChris Lattner2007-09-161-0/+3
* Now that the dust has settled on the Decl refactoring, I noticed FieldDecl di...Steve Naroff2007-09-141-1/+1
* get rid of ugly "warning: no newline at end of file"Gabor Greif2007-09-111-1/+1
* The goal of this commit is to get just enough Sema support to recognize Objec...Steve Naroff2007-09-061-0/+10
* Fix a comment.Steve Naroff2007-08-301-3/+2
* Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup...Steve Naroff2007-08-301-20/+15
* Fix the following redefinition errors submitted by Keith Bauer...Steve Naroff2007-08-301-21/+37
* Change EnumDecl to store its corresponding integer type Chris Lattner2007-08-281-18/+1
* constify some stuffChris Lattner2007-08-271-2/+2
* implement sizeof(enum x), patch inspired by Keith Bauer.Chris Lattner2007-08-271-7/+26
* Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().Steve Naroff2007-08-271-3/+9
* Tweak a comment and assert.Steve Naroff2007-08-271-5/+6
* Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...Steve Naroff2007-08-271-21/+21
* Add initial support for constant CFStrings.Anders Carlsson2007-08-171-0/+29
* Add comments to getTypeOfExpr/getTypeOfType.Steve Naroff2007-08-011-4/+16
* Two typeof() related changes...Steve Naroff2007-08-011-1/+1
* Add parsing and AST support for GNU "typeof".Steve Naroff2007-07-311-0/+12
* fix bogus warnings about potentially uninit vars Size and Align.Chris Lattner2007-07-231-8/+8
* Fix a valgrind error noticed by Benoit BoissinotChris Lattner2007-07-201-1/+1
* fix a nasty bug Owen noticed in a gcc warning.Chris Lattner2007-07-201-4/+4
* implement size/alignment analysis for arrays and vectors. This gets carbon.h...Chris Lattner2007-07-191-4/+22
* implement sizeof/alignof support for structs, unions and complex.Chris Lattner2007-07-181-6/+28
* First round of extended vector support. Here is an overview...Steve Naroff2007-07-181-8/+37
* initial layout support for structures and unions. This isn't actuallyChris Lattner2007-07-181-0/+70
* teach -stats about new typesChris Lattner2007-07-181-0/+8
* don't let builtin-type handling code fall into pointer handling codeChris Lattner2007-07-151-0/+1
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-43/+19
* Use target info to decide the sizes of basic types.Chris Lattner2007-07-131-29/+30
* Add missing citation.Chris Lattner2007-07-131-1/+2
* Move getSize() out of type, into ASTContext, where it has target info, andChris Lattner2007-07-131-0/+53
* Implement codegen for + and - with pointers. Patch contributed by Chris Lattner2007-07-131-0/+8
* Bug #:Steve Naroff2007-07-061-0/+33
* Split complex types out from being members of BuiltinType to being their ownChris Lattner2007-06-221-24/+46
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-8/+6
* Type::isSignedInteger() and isUnsignedInteger() did not properly account forChris Lattner2007-06-031-3/+10
OpenPOWER on IntegriCloud