aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
AgeCommit message (Expand)Author
2011-01-06Introduce an AttributedType, but don't actually use it anywhere yet.John McCall
2010-12-30Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall
2010-12-21Fix the noreturn conversion to only strip off a single level of indirection.John McCall
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-12-19Motions towards simplifying how we deal with attribute-qualified function types.John McCall
2010-12-14Restore r121752 without modification.John McCall
2010-12-14Pull out r121752 in case it's causing the selfhost breakage.John McCall
2010-12-14Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall
2010-12-10Added ParenType type node.Abramo Bagnara
2010-12-10Move the "volatile" bit into QualType's "fast" qualifier set,Douglas Gregor
2010-12-02IR Gen. part of API support for __block cxxFariborz Jahanian
2010-12-01Sema/AST work for capturing copy init expressionFariborz Jahanian
2010-11-25Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson
2010-11-13Bring UsualArithmeticConversionsType back into Sema and cast theJohn McCall
2010-11-12Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types.Bob Wilson
2010-11-10Add a variant of GCC-style vector types for ARM NEON.Bob Wilson
2010-11-09Use the right calling convention when mangling names in the Microsoft C++Charles Davis
2010-10-24Implement GNU C extension: two types are compatible if they appearPeter Collingbourne
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis
2010-10-14Store in PCH the key function of C++ class to avoid deserializing the complet...Argyrios Kyrtzidis
2010-10-12Add some infrastructure for dealing with expressions of 'placeholder' type,John McCall
2010-10-01enhance ASTContext::GetBuiltinType to return a bitmask indicating which argum...Chris Lattner
2010-09-24Patch implements passing arrays to functions expectingFariborz Jahanian
2010-09-22Implement -Wpadded and -Wpacked.Argyrios Kyrtzidis
2010-08-30Heap-allocate the attribute vectors inDouglas Gregor
2010-08-26When code-completing a potential call to a C++ non-static memberDouglas Gregor
2010-08-25Make sure CXXABI is destroyed.Argyrios Kyrtzidis
2010-08-23Support for IRGen of synthesize bitfield ivars inFariborz Jahanian
2010-08-20objective-c ivar refactoring patch. IterationsFariborz Jahanian
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
2010-08-17StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis
2010-08-11Added locations and type source info for DeclarationName.Abramo Bagnara
2010-08-11Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor
2010-08-09- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl
2010-08-07Allow reference binding of a reference of Objective-C object type toDouglas Gregor
2010-08-06Introduce implicit conversions between AltiVec vectors and GCCDouglas Gregor
2010-07-29Change the name to something less terrible; suggestion by Doug. No functional...Argyrios Kyrtzidis
2010-07-29Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis
2010-07-29Allow a looser form of compatibility checking (which ignoresDouglas Gregor
2010-07-25Make ASTContext always use the BumpPtrAllocator.Douglas Gregor
2010-07-19Patch to type match comparing Objective-C Classes which implement Fariborz Jahanian
2010-07-04Fix a regression of a previous commit of mine (rdar://8158953).Argyrios Kyrtzidis
2010-07-04Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis
2010-07-04Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis
2010-07-04Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis
2010-07-03Lazily declare default constructors. We now delay the construction ofDouglas Gregor
2010-07-02Lazily declare implicit copy constructors.Douglas Gregor
2010-07-02Lazily declare copy-assignment operators.Douglas Gregor
2010-07-02Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor