summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't assert when instantiating member references to fields in anonymous stru...Anders Carlsson2009-09-011-0/+19
* Improve instantiation of UnresolvedUsingDecls.Anders Carlsson2009-08-291-0/+18
* Improve support for out-of-line definitions of nested templates andDouglas Gregor2009-08-251-7/+1
* Introduce getConstantArrayElementCount API and use it inFariborz Jahanian2009-08-211-0/+11
* Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman2009-08-201-0/+31
* Make integer promotions work correctly on PIC16 and other platforms Eli Friedman2009-08-191-0/+154
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-191-2/+4
* Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...Argyrios Kyrtzidis2009-08-191-0/+17
* Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall2009-08-171-0/+2
* Fix for PR4721: adjust CodeGen and ASTContext so that we have a Eli Friedman2009-08-151-4/+8
* Patch to warn if a property which is 'assign' by defaultFariborz Jahanian2009-08-111-50/+5
* Fix some const_cast issues. This is the beginning of the rabbit hole.Mike Stump2009-08-071-2/+4
* Fix canonical type construction for function types with the noreturnDouglas Gregor2009-08-051-1/+2
* Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor2009-08-051-18/+23
* Canonicalization and profiling for overloaded function declarations,Douglas Gregor2009-07-311-3/+19
* Canonicalize dependent extended vector types.Douglas Gregor2009-07-311-5/+29
* Whitespace around else canonicalization and fix 80-col violations.Mike Stump2009-07-311-7/+5
* Build canonical types for dependently-sized array types.Douglas Gregor2009-07-311-10/+32
* Canonicalization of dependent C++0x decltype types.Douglas Gregor2009-07-301-3/+20
* Canonicalization for dependent typeof(expr) types.Douglas Gregor2009-07-301-3/+20
* Support out-of-line definitions of the members of class templateDouglas Gregor2009-07-301-7/+8
* Change uses of:Ted Kremenek2009-07-291-19/+19
* [llvm up]Douglas Gregor2009-07-291-0/+25
* Use the new statement/expression profiling code to unique dependentDouglas Gregor2009-07-291-3/+4
* Some minor cleanups, thanks Chris.Mike Stump2009-07-281-10/+6
* Some style fixes, thanks Chris.Mike Stump2009-07-281-12/+8
* Refactor the code that produces a TemplateSpecializationType, so thatDouglas Gregor2009-07-281-14/+84
* remove extraneous bracesChris Lattner2009-07-281-5/+2
* Make longjmp a real builtin.Mike Stump2009-07-281-2/+21
* Ensure we can work through typedefs.Mike Stump2009-07-271-2/+2
* Fix PR4624.Mike Stump2009-07-271-2/+2
* Preserve qualifiers.Mike Stump2009-07-251-3/+10
* Add noreturn as a type attribute, handle printing for them and handleMike Stump2009-07-251-16/+47
* Template instantiation for static data members that are defined out-of-line.Douglas Gregor2009-07-241-0/+19
* This patch fixes the implementations of the __has_trivial_destructorDouglas Gregor2009-07-231-0/+12
* Remove a bunch of FIXME's related to ObjC type checking.Steve Naroff2009-07-231-28/+200
* Fix a nasty little use-after-free bug.Eli Friedman2009-07-221-2/+4
* Use isa instead of dyn_cast for conditionals.Mike Stump2009-07-221-2/+2
* Fix a couple recent ABI regressions noticed during code review (fallout from ...Steve Naroff2009-07-221-1/+12
* Fix <rdar://problem/6770276> Support Class<Proto> syntax.Steve Naroff2009-07-221-3/+0
* - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis2009-07-211-0/+30
* 5 cleanups to ObjCObjectPointerType work:Steve Naroff2009-07-201-8/+5
* Migrate over to the record layout builder.Anders Carlsson2009-07-181-158/+10
* Revert r75641.Anders Carlsson2009-07-181-1/+1
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-43/+19
* Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p...Argyrios Kyrtzidis2009-07-181-7/+1
* Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth...Argyrios Kyrtzidis2009-07-181-32/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-17/+17
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-3/+3
* Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>().Ted Kremenek2009-07-171-4/+4
OpenPOWER on IntegriCloud