| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -1/+0 |
* | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -5/+24 |
* | Block return type of the initialized must be | Fariborz Jahanian | 2011-03-14 | 1 | -6/+8 |
* | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -4/+4 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -5/+11 |
* | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -12/+12 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -6/+10 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -1/+3 |
* | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl | 2011-03-06 | 1 | -6/+3 |
* | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi | 2011-03-06 | 1 | -3/+6 |
* | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl | 2011-03-05 | 1 | -6/+3 |
* | Eliminate redundant nested-name-specifiers on | Douglas Gregor | 2011-03-03 | 1 | -0/+8 |
* | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky | 2011-03-01 | 1 | -4/+11 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -0/+11 |
* | From Vassil Vassilev: | Axel Naumann | 2011-02-28 | 1 | -4/+0 |
* | When we encounter a dependent template name within a | Douglas Gregor | 2011-02-28 | 1 | -5/+7 |