summaryrefslogtreecommitdiffstats
path: root/clang/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-1853/+0
* move the ASTContext argument to be first in the argument list of Chris Lattner2008-03-151-2/+2
* start switching decls over to using an allocator controlled by ASTContext. Chris Lattner2008-03-151-3/+3
* simplify all the type info accessors in TargeTInfo to return scalars,Chris Lattner2008-03-081-20/+27
* Fix a fixme by allowing pointers in different address spaces to haveChris Lattner2008-03-081-2/+8
* remove the source location arguments to various target query methods.Chris Lattner2008-03-051-34/+31
* Fix a little typo... per cfe-dev, this was apparently causing test Eli Friedman2008-02-251-1/+1
* Alternate address spaces work:Chris Lattner2008-02-201-7/+18
* More bitfield improvements.Anders Carlsson2008-02-181-19/+53
* Better handling of the aligned attribute.Anders Carlsson2008-02-161-3/+19
* Make sizeof and __alignof work correctly with packed structs.Anders Carlsson2008-02-161-2/+5
* Split out incomplete arrays from VariableArrayType into Eli Friedman2008-02-151-41/+44
* Partial fix for struct compatibility; there's still something messy Eli Friedman2008-02-151-12/+4
* Make typechecking for enum+int compatibility stricter.Eli Friedman2008-02-121-4/+8
* Add wchar_t type to ASTContext. Will be needed for wide strings, since Eli Friedman2008-02-121-0/+9
* Fix type compatibility between constant and variable arrays.Eli Friedman2008-02-121-0/+4
* Fix the codegen of structs with flexible array members.Eli Friedman2008-02-061-4/+16
* Be a bit stricter about array type compatibility.Eli Friedman2008-02-061-6/+10
* Add experimental support for address space qualified types. Address spaceChristopher Lamb2008-02-041-3/+29
* Abolish a bunch of Xcode inserted tabs.Steve Naroff2008-01-301-5/+5
* Tighten up ASTContext::typesAreCompatible()...it needs to make sure the quali...Steve Naroff2008-01-291-0/+3
* Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the ...Steve Naroff2008-01-291-1/+4
* Problem with ObjC's type-encoding of nested structs causing infinit recursion.Fariborz Jahanian2008-01-221-10/+22
* Fix ASTContext::typesAreCompatible when analyzing a function type with Chris Lattner2008-01-141-34/+42
* Add a FIXME to commit r45784. Thanks mrs!Steve Naroff2008-01-091-1/+2
* Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...Steve Naroff2008-01-091-1/+9
* Verify/add code to make sure types passed to interfaceTypesAreCompatibleFariborz Jahanian2008-01-071-2/+9
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-133/+133
* Couple more uninitialized before use warning elimination.Fariborz Jahanian2008-01-031-2/+2
* Remove cause of misc. "variable might be used uninitialized in this function"...Fariborz Jahanian2008-01-031-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix OCUVector case in struct layout code.Christopher Lamb2007-12-291-1/+2
* This patch implements some of the more obscure type-checking involvingFariborz Jahanian2007-12-211-26/+71
* Patch to compare to objective-c static types where one or the otherFariborz Jahanian2007-12-211-1/+16
* More objective-c type analysis. This time involving objective typesFariborz Jahanian2007-12-211-4/+21
* More objective-c type checking. This time comparing objective-c known objects.Fariborz Jahanian2007-12-201-1/+13
* Patch to do type-checking for objctive-c's object types.Fariborz Jahanian2007-12-201-6/+30
* fix some crazy indentationChris Lattner2007-12-191-34/+35
* This patch concludes implementation of dynamic objective-c type qualified byFariborz Jahanian2007-12-191-5/+93
* Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.Fariborz Jahanian2007-12-181-6/+16
* Fixed a comment describing a functionFariborz Jahanian2007-12-171-1/+1
* Patch to implemented objective-c's dynamic object pointer qualified withFariborz Jahanian2007-12-171-2/+43
* Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceTypeFariborz Jahanian2007-12-131-8/+5
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-11/+32
* Encode enumeral types.Steve Naroff2007-12-121-1/+3
* Unbreak -stats on cocoa.hChris Lattner2007-12-121-1/+6
* Implemented type checking for pointer of objects of protocol-qualified types.Fariborz Jahanian2007-12-121-0/+30
* Patch to implement "Protocol" as a built-in type declared asFariborz Jahanian2007-12-071-7/+2
* Fix for testcase that assigns a dereferenced reference to a pointer. TheBill Wendling2007-12-031-3/+10
* Reverted changed to getTagDeclType() introduced in patch 44089:Ted Kremenek2007-11-261-8/+5
OpenPOWER on IntegriCloud