Age | Commit message (Expand) | Author |
2011-05-25 | Implement a little bit of cleanup and a lot more of the base work | Sean Hunt |
2011-05-25 | Properly align UnaryTransformType when allocating it | Douglas Gregor |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-21 | It's considered poor form to create references to the overloaded | Douglas Gregor |
2011-05-17 | Reapply the commits that r131401 reverted and add a fix for PR9927. | Argyrios Kyrtzidis |
2011-05-16 | Revert 131377, 131369 and 131365. | Rafael Espindola |
2011-05-15 | Fix MSVC build. | Argyrios Kyrtzidis |
2011-05-15 | Fix generation of obj-c @encoding for members with zero size. | Argyrios Kyrtzidis |
2011-05-14 | Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400. | Argyrios Kyrtzidis |
2011-05-09 | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Sean Hunt |
2011-05-06 | Establish a new alignment for an ms_struct bitfield following | Fariborz Jahanian |
2011-05-06 | Modify some deleted function methods to better reflect reality: | Sean Hunt |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-05-05 | __alignof attribute on the field must consider | Fariborz Jahanian |
2011-05-04 | More ms_struct bitfield stuff: | Fariborz Jahanian |
2011-05-03 | Only the first zero-length bitfield decides alignment of | Fariborz Jahanian |
2011-05-02 | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian |
2011-05-01 | Re-applies the patch first applied way back in r106099, with | Chandler Carruth |
2011-04-30 | PR9792: Make sure to use the right definition of wchar_t when the default | Eli Friedman |
2011-04-28 | Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A... | Ted Kremenek |
2011-04-27 | Some refactoring of my ms_struct patch. | Fariborz Jahanian |
2011-04-26 | Gcc pads the size of an array using the alignment of its elements. | Argyrios Kyrtzidis |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-20 | Give invalid tag types 8-bit size and alignment, rather than 1-bit | Douglas Gregor |
2011-04-18 | Fix a bug in calculation of composite type | Fariborz Jahanian |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-12 | Fix a regression where the initializer implements | Fariborz Jahanian |
2011-04-09 | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman |
2011-04-08 | Warn for any kind of initialization if initializer does not | Fariborz Jahanian |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-14 | Block return type of the initialized must be | Fariborz Jahanian |
2011-03-13 | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-09 | Fixed InnerLocStart. | Abramo Bagnara |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2011-03-06 | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl |
2011-03-06 | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi |
2011-03-05 | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl |
2011-03-03 | Eliminate redundant nested-name-specifiers on | Douglas Gregor |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky |
2011-02-28 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-28 | From Vassil Vassilev: | Axel Naumann |
2011-02-28 | When we encounter a dependent template name within a | Douglas Gregor |
2011-02-24 | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor |
2011-02-22 | Emit the structure layout of the block literal parameter to a block | John McCall |