| Commit message (Expand) | Author | Age | Files | Lines |
| * | revert fix for // rdar://9740328 | Fariborz Jahanian | 2011-07-12 | 1 | -1/+1 |
| * | objc++: Some level of covariance is allowed in ObjC properties. | Fariborz Jahanian | 2011-07-12 | 1 | -0/+4 |
| * | Centralize the getCanonicalType() calls in the Itanium C++ mangling | Douglas Gregor | 2011-07-12 | 1 | -0/+25 |
| * | r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, | Cameron Zwarich | 2011-07-07 | 1 | -1/+1 |
| * | A redeclaration of an inline method in C99 mode should trigger emission of that | Nick Lewycky | 2011-07-07 | 1 | -1/+1 |
| * | Zap a couple unnecessary loops. | Eli Friedman | 2011-07-07 | 1 | -11/+1 |
| * | Start switching the AST stats printing to use llvm::errs() instead of | Chandler Carruth | 2011-07-04 | 1 | -26/+27 |
| * | -Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug | Argyrios Kyrtzidis | 2011-07-01 | 1 | -1/+1 |
| * | [ARC] When casting from a pointer to an objective-c object with known ownersh... | Argyrios Kyrtzidis | 2011-07-01 | 1 | -0/+19 |
| * | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -1/+6 |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -22/+79 |
| * | Eliminate most uses of ShallowCollectObjCIvars which requires | Fariborz Jahanian | 2011-06-28 | 1 | -2/+6 |
| * | Be more thorough about mangling unresolved types. | John McCall | 2011-06-28 | 1 | -1/+1 |
| * | Fix regression with @encode string. rdar://9624314. | Argyrios Kyrtzidis | 2011-06-17 | 1 | -2/+6 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -32/+20 |
| * | Eliminate a 'default' case in template argument deduction, where we | Douglas Gregor | 2011-06-15 | 1 | -1/+1 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -6/+12 |
| * | Objective-C doesn't consider the use of incomplete types as method | Douglas Gregor | 2011-05-27 | 1 | -3/+16 |
| * | Implement a little bit of cleanup and a lot more of the base work | Alexis Hunt | 2011-05-25 | 1 | -1/+13 |
| * | Properly align UnaryTransformType when allocating it | Douglas Gregor | 2011-05-25 | 1 | -3/+4 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+18 |
| * | It's considered poor form to create references to the overloaded | Douglas Gregor | 2011-05-21 | 1 | -0/+3 |
| * | Reapply the commits that r131401 reverted and add a fix for PR9927. | Argyrios Kyrtzidis | 2011-05-17 | 1 | -23/+164 |
| * | Revert 131377, 131369 and 131365. | Rafael Espindola | 2011-05-16 | 1 | -163/+23 |
| * | Fix MSVC build. | Argyrios Kyrtzidis | 2011-05-15 | 1 | -1/+1 |
| * | Fix generation of obj-c @encoding for members with zero size. | Argyrios Kyrtzidis | 2011-05-15 | 1 | -25/+33 |
| * | Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400. | Argyrios Kyrtzidis | 2011-05-14 | 1 | -20/+152 |
| * | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Alexis Hunt | 2011-05-09 | 1 | -2/+5 |
| * | Establish a new alignment for an ms_struct bitfield following | Fariborz Jahanian | 2011-05-06 | 1 | -0/+12 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -1/+1 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -18/+38 |
| * | __alignof attribute on the field must consider | Fariborz Jahanian | 2011-05-05 | 1 | -0/+4 |
| * | More ms_struct bitfield stuff: | Fariborz Jahanian | 2011-05-04 | 1 | -0/+7 |
| * | Only the first zero-length bitfield decides alignment of | Fariborz Jahanian | 2011-05-03 | 1 | -1/+2 |
| * | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian | 2011-05-02 | 1 | -0/+7 |
| * | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -5/+4 |
| * | PR9792: Make sure to use the right definition of wchar_t when the default | Eli Friedman | 2011-04-30 | 1 | -1/+1 |
| * | Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A... | Ted Kremenek | 2011-04-28 | 1 | -0/+16 |
| * | Some refactoring of my ms_struct patch. | Fariborz Jahanian | 2011-04-27 | 1 | -0/+7 |
| * | Gcc pads the size of an array using the alignment of its elements. | Argyrios Kyrtzidis | 2011-04-26 | 1 | -0/+1 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+3 |
| * | Give invalid tag types 8-bit size and alignment, rather than 1-bit | Douglas Gregor | 2011-04-20 | 1 | -2/+2 |
| * | Fix a bug in calculation of composite type | Fariborz Jahanian | 2011-04-18 | 1 | -3/+3 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -5/+6 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+16 |
| * | Fix a regression where the initializer implements | Fariborz Jahanian | 2011-04-12 | 1 | -4/+4 |
| * | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -0/+3 |
| * | Warn for any kind of initialization if initializer does not | Fariborz Jahanian | 2011-04-08 | 1 | -4/+41 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+3 |