summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...Argyrios Kyrtzidis2011-09-261-2/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-7/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-16/+16
* [PCH] Fix a regression that r139441 introduced (decls were getting passedArgyrios Kyrtzidis2011-09-131-4/+1
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-1/+1
* Clean up our handling of Objective-C definitions in AST files. RatherDouglas Gregor2011-09-101-1/+4
* Allow C++0x enumerations with a fixed underlying type inDouglas Gregor2011-09-081-4/+15
* Implement the Objective-C 'instancetype' type, which is an alias ofDouglas Gregor2011-09-081-1/+12
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-77/+90
* Teach ASTContext and Preprocessor to hold on to references to the sameDouglas Gregor2011-09-011-1/+1
* objc - fix up the builtin type for objc_assign_ivar.Fariborz Jahanian2011-08-231-1/+5
* Fix a bug in objc @encoding of C++ classes.Argyrios Kyrtzidis2011-08-221-1/+3
* Fix else style. No functionality change intended.Chad Rosier2011-08-171-8/+4
* Fix typo.Francois Pichet2011-08-141-4/+4
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-1/+20
* metadata generated by the compiler does not include the weak Fariborz Jahanian2011-08-121-0/+1
* Switch the __int128_t and __uint128_t types over to predefined typesDouglas Gregor2011-08-121-1/+29
* Switch the Objective-C 'SEL' type over to a predefined type in theDouglas Gregor2011-08-121-6/+11
* Switch the Objective-C 'Class' type over to a predefined type in theDouglas Gregor2011-08-121-4/+14
* Move the creation of the predefined typedef for Objective-C's 'id'Douglas Gregor2011-08-121-4/+13
* Encapsulate the Objective-C id/Class/SEL "redefinition" types inDouglas Gregor2011-08-111-3/+0
* Move the creation of the record type for the state of Objective-C fastDouglas Gregor2011-08-091-41/+1
* Don't serialize the block descriptor or block extended descriptorDouglas Gregor2011-08-091-12/+0
* Move the construction of the RecordDecl representing the runtimeDouglas Gregor2011-08-091-43/+1
* More whitespace and naming fixup. No functionality change.Chad Rosier2011-08-041-2/+2
* Whitespace.Chad Rosier2011-08-041-9/+7
* Fix style and remove obviously redundant code.Chad Rosier2011-08-041-1/+0
* Change ASTContext::getSideTableAllocatedMemory() to use llvm::capacity_in_byt...Ted Kremenek2011-07-271-12/+14
* After further discussion it has been determined that alignof should report Chad Rosier2011-07-261-4/+1
* Allow target to specify about using minimum alignment vs preferred. Takes ca...Chad Rosier2011-07-251-1/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-16/+16
* Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.Jordy Rose2011-07-221-17/+4
* In C99, emit an inline function when encountering an extern redeclaration.Nick Lewycky2011-07-181-1/+1
* revert fix for // rdar://9740328Fariborz Jahanian2011-07-121-1/+1
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-121-0/+4
* Centralize the getCanonicalType() calls in the Itanium C++ manglingDouglas Gregor2011-07-121-0/+25
* r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,Cameron Zwarich2011-07-071-1/+1
* A redeclaration of an inline method in C99 mode should trigger emission of thatNick Lewycky2011-07-071-1/+1
* Zap a couple unnecessary loops.Eli Friedman2011-07-071-11/+1
* Start switching the AST stats printing to use llvm::errs() instead ofChandler Carruth2011-07-041-26/+27
* -Fix mistake in ASTContext::getInnerObjCOwnership noticed by DougArgyrios Kyrtzidis2011-07-011-1/+1
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-0/+19
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-1/+6
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-22/+79
* Eliminate most uses of ShallowCollectObjCIvars which requiresFariborz Jahanian2011-06-281-2/+6
* Be more thorough about mangling unresolved types.John McCall2011-06-281-1/+1
* Fix regression with @encode string. rdar://9624314.Argyrios Kyrtzidis2011-06-171-2/+6
* Automatic Reference Counting.John McCall2011-06-151-32/+20
* Eliminate a 'default' case in template argument deduction, where weDouglas Gregor2011-06-151-1/+1
OpenPOWER on IntegriCloud