summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detailed documentation for encoding of properties and a test Fariborz Jahanian2009-01-201-1/+22
* Improving on encoding of objective-c's property types. More to come.Fariborz Jahanian2009-01-201-10/+36
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-3/+3
* Make sure all types are allocated with 8-byte alignment.Steve Naroff2009-01-191-21/+21
* Allocate Types using ASTContext's 'Allocator' object.Ted Kremenek2009-01-191-34/+68
* Vector codegen improvementsNate Begeman2009-01-181-1/+5
* Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor2009-01-171-5/+0
* Don't ICE on user redeclaration of objc's built-in types.Fariborz Jahanian2009-01-161-4/+10
* rename "virtual location" of a macro to "instantiation location".Chris Lattner2009-01-161-0/+1
* Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-typeFariborz Jahanian2009-01-131-1/+18
* Patch to fix encoding of Enum bitfields in ObjC.Fariborz Jahanian2009-01-131-7/+15
* Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr RakDouglas Gregor2009-01-121-3/+3
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-2/+2
* Back out code for handling VectorType's in getFloatingRank.Daniel Dunbar2009-01-051-2/+0
* Implement getFloatingRank() for extended vectors.Daniel Dunbar2009-01-051-2/+4
* Last patch, for now, to privde ObjC's encoding of types.Fariborz Jahanian2008-12-231-0/+10
* Lot more encoding work. We are closing the gap toFariborz Jahanian2008-12-231-7/+53
* More encoding support; in this case, encoding ofFariborz Jahanian2008-12-221-2/+9
* Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu...Anders Carlsson2008-12-211-0/+10
* Finish up saving original parameter type andFariborz Jahanian2008-12-201-3/+9
* Strangely enough, name of ObjC class is not encoded into theFariborz Jahanian2008-12-201-4/+6
* More encoding support. This time forFariborz Jahanian2008-12-191-38/+62
* Several@encode bug fixes for ObjC.Fariborz Jahanian2008-12-191-2/+10
* Removed a slot in ObjCMemRegExpr used inFariborz Jahanian2008-12-181-0/+10
* fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces an...Nuno Lopes2008-12-171-0/+27
* This patch will build the Records lazily per Steve's comments.Fariborz Jahanian2008-12-171-0/+40
* Create new EnumDecl nodes for redeclarations of enums, linking themDouglas Gregor2008-12-151-9/+3
* Address some comments on the name lookup/DeclContext patch from ChrisDouglas Gregor2008-12-111-0/+1
OpenPOWER on IntegriCloud