| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith | 2012-08-18 | 1 | -8/+83 |
* | Improvements to vexing-parse warnings. Make the no-parameters case more | Richard Smith | 2012-07-30 | 1 | -17/+7 |
* | Do not warn about a function decl / direct init ambiguity if the function has... | Richard Smith | 2012-07-23 | 1 | -1/+1 |
* | Add support for the C11 _Alignof keyword. | Jordan Rose | 2012-06-30 | 1 | -0/+1 |
* | Support L__FUNCTION__ in microsoft mode, PR11789 | Nico Weber | 2012-06-23 | 1 | -0/+1 |
* | Recover better from a missing 'typename' in a function template definition. | Richard Smith | 2012-05-16 | 1 | -12/+48 |
* | A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. | Kaelyn Uhrain | 2012-05-01 | 1 | -2/+1 |
* | In Parser::isCXXDeclarationSpecifier, consider a non-type identifier | Kaelyn Uhrain | 2012-04-19 | 1 | -2/+6 |
* | Support C++11 attributes at the start of a parameter-declaration. | Richard Smith | 2012-04-11 | 1 | -0/+5 |
* | Parsing of C++11 attributes: | Richard Smith | 2012-04-10 | 1 | -4/+3 |
* | Disambiguation of '[[': | Richard Smith | 2012-04-10 | 1 | -63/+141 |
* | Fix bugs found by -Wconstant-conversion improvements currently under review. | David Blaikie | 2012-04-09 | 1 | -2/+2 |
* | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith | 2012-04-04 | 1 | -0/+2 |
* | If we see '(...' where we're expecting an abstract-declarator, that doesn't | Richard Smith | 2012-03-27 | 1 | -3/+10 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -11/+11 |
* | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 1 | -0/+1 |
* | Provide the __is_trivially_assignable type trait, which provides | Douglas Gregor | 2012-02-23 | 1 | -0/+1 |
* | Update parser's disambiguation to cope with braced function-style casts in | Richard Smith | 2012-02-23 | 1 | -4/+28 |
* | With a little more work in the tentative parse determining whether a statement | Nick Lewycky | 2012-01-25 | 1 | -2/+25 |
* | Support decltype as a simple-type-specifier. | David Blaikie | 2012-01-24 | 1 | -4/+1 |
* | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -1/+1 |
* | Fix tentative parsing so it knows how to handle an ambiguous for-range-declar... | Eli Friedman | 2011-12-20 | 1 | -5/+14 |
* | Support decltype in nested-name-specifiers. | David Blaikie | 2011-12-04 | 1 | -4/+4 |
* | Implement support for the __is_final type trait, to determine whether | Douglas Gregor | 2011-12-03 | 1 | -0/+1 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+2 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+5 |
* | Add support for alignment-specifiers in C1X and C++11, remove | Peter Collingbourne | 2011-09-29 | 1 | -0/+4 |
* | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor | 2011-09-09 | 1 | -3/+6 |
* | Add support for Microsoft __ptr32 keyword. | Francois Pichet | 2011-08-25 | 1 | -0/+1 |
* | Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers i... | Francois Pichet | 2011-08-18 | 1 | -1/+4 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -0/+6 |
* | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis | 2011-06-22 | 1 | -2/+1 |
* | Implement __underlying_type for libc++. | Alexis Hunt | 2011-05-19 | 1 | -0/+5 |
* | Implement the __is_trivially_copyable type trait | Alexis Hunt | 2011-05-13 | 1 | -0/+1 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -0/+2 |
* | Add support for '__is_literal_type' spelling of the existing | Chandler Carruth | 2011-04-24 | 1 | -0/+1 |
* | Implement basic __is_trivial type-trait support, enough to close PR9472. | Chandler Carruth | 2011-04-23 | 1 | -0/+1 |
* | Sort the type traits in a few places where they weren't previously | Chandler Carruth | 2011-04-23 | 1 | -1/+1 |
* | C1X: implement static asserts | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -1/+1 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -0/+10 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -1/+1 |
* | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor | 2011-01-27 | 1 | -0/+1 |
* | Rvalue references for *this: tentative parsing and template argument deduction. | Douglas Gregor | 2011-01-26 | 1 | -0/+4 |
* | Add some tests for reference-collapsing and referencing binding | Douglas Gregor | 2011-01-20 | 1 | -0/+2 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -3/+0 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+2 |
* | Implement parsing of function parameter packs and non-type template | Douglas Gregor | 2010-12-23 | 1 | -4/+11 |
* | Handle parameter attributes when tentative parsing for function/variable disa... | Argyrios Kyrtzidis | 2010-12-08 | 1 | -4/+9 |
* | After parsing a ':' in an enum-specifier within class context, | Douglas Gregor | 2010-12-01 | 1 | -0/+110 |