summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* objective-c ivar refactoring patch. IterationsFariborz Jahanian2010-08-201-53/+29
* Add some enum goodness as requested by Chris. Now instead of storing theCharles Davis2010-08-191-3/+5
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-8/+4
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-3/+3
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-5/+14
* Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis2010-08-151-14/+0
* Commit improved version of 111026 & 111027.Argyrios Kyrtzidis2010-08-151-1/+2
* Fixes block type matching bug. Radar 8302845.Fariborz Jahanian2010-08-121-1/+1
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-6/+16
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-18/+12
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-12/+18
* Warn if class object does not implement qualifiedFariborz Jahanian2010-08-091-4/+4
* Allow reference binding of a reference of Objective-C object type toDouglas Gregor2010-08-071-0/+6
* Introduce implicit conversions between AltiVec vectors and GCCDouglas Gregor2010-08-061-4/+23
* Compute width/align of objc builtin types (id, etc)Fariborz Jahanian2010-08-021-0/+6
* Change the name to something less terrible; suggestion by Doug. No functional...Argyrios Kyrtzidis2010-07-291-1/+1
* Weak references and variables that are not definitions are not required for e...Argyrios Kyrtzidis2010-07-291-0/+7
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-0/+160
* Allow a looser form of compatibility checking (which ignoresDouglas Gregor2010-07-291-13/+59
* Make ASTContext always use the BumpPtrAllocator.Douglas Gregor2010-07-251-51/+15
* Vectors are not integer types, so the type system should not classifyDouglas Gregor2010-07-231-3/+3
* Patch to type match comparing Objective-C Classes which implement Fariborz Jahanian2010-07-191-1/+31
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+4
* When printing statistics for the ASTContext, also print them for its BumpPtrA...Douglas Gregor2010-07-071-0/+3
* Fix a regression of a previous commit of mine (rdar://8158953).Argyrios Kyrtzidis2010-07-041-2/+26
* Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis2010-07-041-0/+10
* Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis2010-07-041-2/+2
* Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis2010-07-041-2/+3
* Lazily declare default constructors. We now delay the construction ofDouglas Gregor2010-07-031-0/+5
* Lazily declare implicit copy constructors.Douglas Gregor2010-07-021-0/+5
* Lazily declare copy-assignment operators.Douglas Gregor2010-07-021-0/+5
* Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor2010-07-021-0/+7
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-2/+1
* - Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis2010-07-021-37/+44
* improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner2010-06-231-10/+15
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-2/+4
* Change two static variables into instance variables of ASTContext. This allo...Ted Kremenek2010-06-181-3/+2
* Canonicalize template template parameters when canonicalizing aDouglas Gregor2010-06-161-3/+97
* Revert r106099; it broke self-host.Douglas Gregor2010-06-161-4/+5
* Added TemplateTypeParmType::getDecl().Abramo Bagnara2010-06-161-5/+4
* Introduce Type::isIntegralOrEnumerationType(), to cover those placesDouglas Gregor2010-06-161-1/+1
* TemplateSpecializationType's isCurrentInstantiation bit can be derivedJohn McCall2010-06-131-12/+5
* Don't store ASTContext references in the TST nodes just to support profiling.John McCall2010-06-111-3/+5
* Provide an Objective C mangling for wchar_t. Patch by Nico Weber!John McCall2010-06-111-0/+1
* Split DependentNameType into two types. DependentNameType represents theJohn McCall2010-06-111-25/+50
* Tweak our handling of the notion of a standard conversion sequenceDouglas Gregor2010-06-091-0/+42
* Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ str...Ted Kremenek2010-06-081-7/+10
* Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.John McCall2010-06-041-0/+1
* Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola2010-06-041-0/+9
* Preserve more information from a block's original function declarator, if oneJohn McCall2010-06-041-1/+1
OpenPOWER on IntegriCloud