aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
AgeCommit message (Expand)Author
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall
2009-11-17Added block type introspection support.David Chisnall
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-11-13Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.Daniel Dunbar
2009-11-11Template argument deduction for template template parameters. ThisDouglas Gregor
2009-11-04Implement support for parsing dependent template-ids that refer toDouglas Gregor
2009-11-03Move 'static inline' functions GetNullarySelector() and GetUnarySelector() fr...Ted Kremenek
2009-10-30This patch computes composite type of two objective-c expressionsFariborz Jahanian
2009-10-29Track source information for template arguments and template specializationJohn McCall
2009-10-27Type of a conditional expression with two distinct objective-cFariborz Jahanian
2009-10-23Store the builtin types as CanQualTypes. Expand a bit on the CanQual API,John McCall
2009-10-23Add ASTContext::getTrivialDeclaratorInfo, which initializes a newJohn McCall
2009-10-22When building types from declarators, instead of building two types (one forJohn McCall
2009-10-22Extend out the block descriptor structure for debug information withMike Stump
2009-10-21Complete out debug info generation for captured __block variables. WIP.Mike Stump
2009-10-21Prep work to always preallocate BlockDeclRefExprs so that we canMike Stump
2009-10-21Add TypeLocBuilder, an API for incrementally creating TypeLocs. ChangeJohn McCall
2009-10-20Refine the type of the first parameter to block invoke functions.Mike Stump
2009-10-18When performing template-substitution into a type, don't just replace theJohn McCall
2009-10-16Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall
2009-10-14Testing and some minor fixes for explicit template instantiation.Douglas Gregor
2009-10-08For instantiations of static data members of class templates, keepDouglas Gregor
2009-09-29Introduce ObjCProtocolListType type subclass.Argyrios Kyrtzidis
2009-09-25Handle array fields that contain empty structs.Anders Carlsson
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Basic support for representing elaborated type specifiersJohn McCall
2009-09-01Don't assert when instantiating member references to fields in anonymous stru...Anders Carlsson
2009-08-29Improve instantiation of UnresolvedUsingDecls.Anders Carlsson
2009-08-21Introduce getConstantArrayElementCount API and use it inFariborz Jahanian
2009-08-20Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman
2009-08-19Make integer promotions work correctly on PIC16 and other platforms Eli Friedman
2009-08-19Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...Argyrios Kyrtzidis
2009-08-17Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall
2009-08-11Patch to warn if a property which is 'assign' by defaultFariborz Jahanian
2009-08-07Fix some const_cast issues. This is the beginning of the rabbit hole.Mike Stump
2009-08-05Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor
2009-07-31Canonicalize dependent extended vector types.Douglas Gregor
2009-07-31Build canonical types for dependently-sized array types.Douglas Gregor
2009-07-30Canonicalization of dependent C++0x decltype types.Douglas Gregor
2009-07-30Canonicalization for dependent typeof(expr) types.Douglas Gregor
2009-07-29[llvm up]Douglas Gregor
2009-07-28Some minor cleanups, thanks Chris.Mike Stump
2009-07-28Some style fixes, thanks Chris.Mike Stump
2009-07-28Refactor the code that produces a TemplateSpecializationType, so thatDouglas Gregor
2009-07-28Update comments.Mike Stump
2009-07-28Make longjmp a real builtin.Mike Stump
2009-07-25Add noreturn as a type attribute, handle printing for them and handleMike Stump
2009-07-24Template instantiation for static data members that are defined out-of-line.Douglas Gregor
2009-07-23This patch fixes the implementations of the __has_trivial_destructorDouglas Gregor