| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't fail at parsing __declspec(property(get=get_func_name)). Just skip ever... | Francois Pichet | 2011-05-07 | 1 | -0/+8 |
* | Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. | Alexis Hunt | 2011-05-06 | 1 | -3/+1 |
* | Do defaulted constructors properly. | Alexis Hunt | 2011-05-06 | 1 | -0/+4 |
* | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -5/+0 |
* | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -0/+5 |
* | libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it | Douglas Gregor | 2011-04-28 | 1 | -0/+18 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -0/+12 |
* | Clean out some cruft I introduced when adding Sema::ClassifyName() | Douglas Gregor | 2011-04-27 | 1 | -22/+0 |
* | Simplify the parser's handling of Sema::ClassifyName() for types, by | Douglas Gregor | 2011-04-27 | 1 | -3/+5 |
* | Implement a new identifier-classification scheme where Sema | Douglas Gregor | 2011-04-24 | 1 | -7/+33 |
* | Fixit suggestion for adding missing tag name should have a space after the ta... | Argyrios Kyrtzidis | 2011-04-21 | 1 | -6/+10 |
* | Avoid superfluous warning after an error is detcted and reported. | Fariborz Jahanian | 2011-04-19 | 1 | -1/+4 |
* | C1X: implement static asserts | Peter Collingbourne | 2011-04-15 | 1 | -1/+5 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -17/+55 |
* | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall | 2011-04-09 | 1 | -0/+4 |
* | Extend the new 'availability' attribute with support for an | Douglas Gregor | 2011-03-26 | 1 | -2/+39 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -89/+86 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -1/+239 |
* | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -0/+130 |
* | Use ElaboratedType also for C. | Abramo Bagnara | 2011-03-16 | 1 | -7/+6 |
* | Disable 'auto' type deduction in Objective-C. It likes 'id' a bit too | Douglas Gregor | 2011-03-14 | 1 | -1/+1 |
* | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -9/+11 |
* | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -4/+2 |
* | Propagate new-style exception spec information to Declarator. | Sebastian Redl | 2011-03-05 | 1 | -11/+8 |
* | Parser support for noexcept specifications. | Sebastian Redl | 2011-03-05 | 1 | -40/+45 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -1/+1 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -3/+1 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -2/+3 |
* | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -2/+2 |
* | Fix the behavior of -Wignored-qualifiers on return type qualifiers in | Chandler Carruth | 2011-02-23 | 1 | -1/+3 |
* | Provide Fixit warning when 'auto' is intended as storage | Fariborz Jahanian | 2011-02-22 | 1 | -3/+13 |
* | Enable enumeration types with a fixed underlying type, e.g., | Douglas Gregor | 2011-02-22 | 1 | -2/+8 |
* | Fix a little bug in the handling of enumeration types with a fixed | Douglas Gregor | 2011-02-22 | 1 | -2/+12 |
* | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -0/+2 |
* | Turn on 'auto' in plain objc mode. | Fariborz Jahanian | 2011-02-21 | 1 | -1/+1 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -6/+9 |
* | When code-completing within a list of declaration specifiers, | Douglas Gregor | 2011-02-15 | 1 | -1/+3 |
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+16 |
* | Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! | Peter Collingbourne | 2011-02-11 | 1 | -7/+7 |
* | Implement the suggested resolution to core issue 547, extended to also | Douglas Gregor | 2011-01-31 | 1 | -2/+3 |
* | Allow Microsoft attributes in a constructor's parameter list. | Francois Pichet | 2011-01-31 | 1 | -0/+4 |
* | Improve the extension warning for the use of ref-qualifiers, to | Douglas Gregor | 2011-01-26 | 1 | -2/+2 |
* | Rvalue references for *this: parse ref-qualifiers. | Douglas Gregor | 2011-01-26 | 1 | -2/+31 |
* | Downgrade the error about rvalue references to an extension warning | Douglas Gregor | 2011-01-25 | 1 | -1/+1 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+0 |
* | Fix an embarrassing think in the disambiguation logic for the ellipsis in a p... | Douglas Gregor | 2011-01-05 | 1 | -1/+0 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -169/+128 |
* | Implement parsing of function parameter packs and non-type template | Douglas Gregor | 2010-12-23 | 1 | -1/+16 |