summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...Steve Naroff2009-03-011-26/+22
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-9/+1
* Fix enumeration in switch warnings, plus misc comment changes. No Eli Friedman2009-02-271-2/+41
* Silence warnings.Mike Stump2009-02-271-2/+2
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-49/+79
* make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type,Chris Lattner2009-02-261-12/+4
* ok, not as broken as I thought, just confusing. This allows Chris Lattner2009-02-261-2/+0
* Make the type associated with a ClassTemplateSpecializationDecl be aDouglas Gregor2009-02-261-0/+2
* Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244.Steve Naroff2009-02-231-24/+1
* Enhance Evaluate to handle ObjC qualified id and class types; as far as Eli Friedman2009-02-221-0/+1
* Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in Eli Friedman2009-02-221-11/+13
* Correctly encode incomplete and variable length arrays. Fixes PR3639.Anders Carlsson2009-02-221-8/+19
* More work to integrate newly added ObjCQualifiedClassType into the type system.Steve Naroff2009-02-211-1/+1
* Add support for GCC ObjC extension "Class<protocol>". Sigh.Steve Naroff2009-02-211-0/+23
* Fixed an ICE in meta-data generation of __weak/__strong ivars.Fariborz Jahanian2009-02-211-1/+2
* Fix build on windows.Cedric Venet2009-02-211-1/+2
* This fixes <rdar://problem/6497650> More type mismatches issues with clang.Steve Naroff2009-02-211-2/+16
* remove some more methods from objc decls, using the iteratorChris Lattner2009-02-201-6/+7
* More objc's gc ir-gen stuff.Fariborz Jahanian2009-02-191-3/+8
* Fix PR3619 by properly considering size modifiers and type quals whenChris Lattner2009-02-191-2/+2
* fix some subtle bugs handling the mix of cvr qualifiers, addr spaces, Chris Lattner2009-02-181-34/+52
* Some refactoring and simplificaiotn of objc's gcFariborz Jahanian2009-02-181-0/+16
* Add Type::isSpecificBuiltinType as a shortcut.Daniel Dunbar2009-02-181-3/+2
* Representation of objc gc's attribute using ExtQualType.Fariborz Jahanian2009-02-181-2/+37
* Eek! getDeclAlign sometimes returned alignment in bits.Daniel Dunbar2009-02-171-2/+2
* Simplified ExtQualType per Chris's feedback.Fariborz Jahanian2009-02-171-3/+2
* Added support for objc's gc attribute in ExtQualType.Fariborz Jahanian2009-02-171-2/+3
* Renamed ASQualType to ExtQualType to reflect its moreFariborz Jahanian2009-02-171-18/+18
* Use isa<...> instead of dyn_cast<...> where result is not needed.Fariborz Jahanian2009-02-161-1/+1
* Fixes a bug in property type encoding.Fariborz Jahanian2009-02-161-1/+2
* fix build on systems where uint64_t != unsigned long longChris Lattner2009-02-151-1/+1
* Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor2009-02-141-1/+1
* Fixed a problem caused by foreward @class useFariborz Jahanian2009-02-141-0/+12
* Initial implementation of arbitrary fixed-width integer types. Eli Friedman2009-02-131-11/+36
* Several cleanups:Steve Naroff2009-02-121-6/+29
* Last @encode'ing fix for objc2's nonfragile abi.Fariborz Jahanian2009-02-111-3/+6
* Patch to fix encoding in 64bit abi. With this patchFariborz Jahanian2009-02-111-2/+8
* Start processing template-ids as types when the template-name refersDouglas Gregor2009-02-091-0/+28
* Improve the representation of template type parameters. We nowDouglas Gregor2009-02-051-13/+28
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-0/+1
* Change the ObjC type encoding for block pointer types to "@?" (for consistenc...Steve Naroff2009-02-021-1/+1
* Handle complex types in ASTContext::mergeTypesDaniel Dunbar2009-01-281-0/+3
* Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...Steve Naroff2009-01-271-4/+4
* Convert types over to placement new() that takes an ASTContext.Steve Naroff2009-01-271-57/+30
* Fixed a typo in getPreferredTypeAlign method.Fariborz Jahanian2009-01-271-1/+1
* add a new "getPreferredTypeAlign" method to return the preferred alignmentChris Lattner2009-01-271-0/+16
* Make tentative parsing of pointer-to-member decls work, and fix other stuff p...Sebastian Redl2009-01-241-2/+3
* add initial support for the gcc "alignof(decl) is the alignment of the declChris Lattner2009-01-241-0/+20
* Add support for declaring pointers to members.Sebastian Redl2009-01-241-1/+50
* Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExprDouglas Gregor2009-01-201-2/+4
OpenPOWER on IntegriCloud