Age | Commit message (Expand) | Author |
2011-04-27 | Simplify the parser's handling of Sema::ClassifyName() for types, by | Douglas Gregor |
2011-04-24 | Implement a new identifier-classification scheme where Sema | Douglas Gregor |
2011-04-21 | Fixit suggestion for adding missing tag name should have a space after the ta... | Argyrios Kyrtzidis |
2011-04-19 | Avoid superfluous warning after an error is detcted and reported. | Fariborz Jahanian |
2011-04-15 | C1X: implement static asserts | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-03-26 | Extend the new 'availability' attribute with support for an | Douglas Gregor |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | 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-16 | Use ElaboratedType also for C. | Abramo Bagnara |
2011-03-14 | Disable 'auto' type deduction in Objective-C. It likes 'id' a bit too | Douglas Gregor |
2011-03-12 | Forgotten part of previous commit. | Abramo Bagnara |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-05 | Propagate new-style exception spec information to Declarator. | Sebastian Redl |
2011-03-05 | Parser support for noexcept specifications. | Sebastian Redl |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor |
2011-03-01 | Reinstate r126737, extending the generation of type-source location | Douglas Gregor |
2011-02-24 | Retain complete source-location information for C++ | Douglas Gregor |
2011-02-24 | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor |
2011-02-23 | Fix the behavior of -Wignored-qualifiers on return type qualifiers in | Chandler Carruth |
2011-02-22 | Provide Fixit warning when 'auto' is intended as storage | Fariborz Jahanian |
2011-02-22 | Enable enumeration types with a fixed underlying type, e.g., | Douglas Gregor |
2011-02-22 | Fix a little bug in the handling of enumeration types with a fixed | Douglas Gregor |
2011-02-21 | Tweaks to C++0x deduced auto type support: | Richard Smith |
2011-02-21 | Turn on 'auto' in plain objc mode. | Fariborz Jahanian |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-15 | When code-completing within a list of declaration specifiers, | Douglas Gregor |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-02-11 | Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! | Peter Collingbourne |
2011-01-31 | Implement the suggested resolution to core issue 547, extended to also | Douglas Gregor |
2011-01-31 | Allow Microsoft attributes in a constructor's parameter list. | Francois Pichet |
2011-01-26 | Improve the extension warning for the use of ref-qualifiers, to | Douglas Gregor |
2011-01-26 | Rvalue references for *this: parse ref-qualifiers. | Douglas Gregor |
2011-01-25 | Downgrade the error about rvalue references to an extension warning | Douglas Gregor |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2011-01-05 | Fix an embarrassing think in the disambiguation logic for the ellipsis in a p... | Douglas Gregor |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-23 | Implement parsing of function parameter packs and non-type template | Douglas Gregor |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-12-01 | After parsing a ':' in an enum-specifier within class context, | Douglas Gregor |
2010-11-22 | Remove the other FIXME I added. This is covered by the Index test and not tes... | Nico Weber |
2010-11-22 | Try to get the bots green after r119966. | Nico Weber |
2010-11-22 | Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. | Nico Weber |
2010-11-19 | When parsing something that looks like an ill-formed | Douglas Gregor |
2010-11-16 | Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. | Argyrios Kyrtzidis |