| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Switch ParseStructDeclaration to a callback-based API. This will make | John McCall | 2009-11-03 | 1 | -34/+45 |
| * | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor | 2009-11-03 | 1 | -82/+31 |
| * | Improve diagnostics when the parser encounters a declarator with an | Douglas Gregor | 2009-10-13 | 1 | -6/+29 |
| * | Keep protocol source locations when parsing protocol references. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -12/+24 |
| * | Parse a C++ scope specifier followed by a "typename" annotation token as a ty... | Douglas Gregor | 2009-09-28 | 1 | -0/+13 |
| * | Declarators can now properly represent template-ids, e.g., for | Douglas Gregor | 2009-09-25 | 1 | -11/+3 |
| * | WIP implementation of explicit instantiation of function templates, | Douglas Gregor | 2009-09-25 | 1 | -4/+27 |
| * | In C++, a variadic function does not need an ellipsis prior to the comma. Par... | Douglas Gregor | 2009-09-22 | 1 | -1/+16 |
| * | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor | 2009-09-21 | 1 | -0/+5 |
| * | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor | 2009-09-18 | 1 | -1/+6 |
| * | Support elaborated dependent types and diagnose tag mismatches. | John McCall | 2009-09-11 | 1 | -1/+3 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -178/+178 |
| * | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -4/+5 |
| * | When we know that we are parsing a class-name, implicitly construct a | Douglas Gregor | 2009-08-26 | 1 | -1/+1 |
| * | Fix bug in __extension__ handling for declarations, from Abramo | Douglas Gregor | 2009-08-26 | 1 | -3/+14 |
| * | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -5/+5 |
| * | Introduce support for constructor templates, which can now be declared | Douglas Gregor | 2009-08-21 | 1 | -1/+4 |
| * | Keep track of the right paren ')' source location in a function declarator. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -11/+14 |
| * | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson | 2009-08-16 | 1 | -1/+1 |
| * | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan | 2009-08-08 | 1 | -5/+6 |
| * | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -2/+9 |
| * | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall | 2009-08-03 | 1 | -92/+130 |
| * | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall | 2009-07-31 | 1 | -5/+5 |
| * | sp. | John McCall | 2009-07-31 | 1 | -1/+1 |
| * | Clean up the ActOnTag action, so that there is only a single entry | Douglas Gregor | 2009-07-23 | 1 | -0/+1 |
| * | Issue a more descriptive diagnostics when mis-declaring | Fariborz Jahanian | 2009-07-20 | 1 | -2/+2 |
| * | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+19 |
| * | Pass the right brace SourceLocation from the Parser to the TagDecls. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -2/+2 |
| * | Implement more of C++0x 'auto'. A variable with an auto type specifier must h... | Anders Carlsson | 2009-07-11 | 1 | -1/+3 |
| * | Parsing fix for out-of-line constructors, from Piotr Rak | Douglas Gregor | 2009-07-06 | 1 | -2/+4 |
| * | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor | 2009-07-06 | 1 | -4/+6 |
| * | Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclaratio... | Ted Kremenek | 2009-06-30 | 1 | -4/+4 |
| * | Fix test. | Anders Carlsson | 2009-06-26 | 1 | -0/+7 |
| * | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson | 2009-06-26 | 1 | -1/+4 |
| * | OpenCL 1.0 support: attributes | Nate Begeman | 2009-06-26 | 1 | -2/+25 |
| * | Parse the C++0x decltype specifier. | Anders Carlsson | 2009-06-24 | 1 | -0/+10 |
| * | Start propagating template parameter lists to the right places to | Douglas Gregor | 2009-06-23 | 1 | -2/+9 |
| * | Implement implicit instantiation of the member functions of a class template | Douglas Gregor | 2009-06-22 | 1 | -1/+1 |
| * | Keep track of when declarations are "used" according to C and | Douglas Gregor | 2009-06-19 | 1 | -2/+6 |
| * | Implement correct name lookup inside an initializer of a C++ class static dat... | Argyrios Kyrtzidis | 2009-06-17 | 1 | -0/+7 |
| * | It's an error to use a function declared in a class definition as a default a... | Anders Carlsson | 2009-06-12 | 1 | -1/+2 |
| * | Add more parser support for Microsoft extensions. | Eli Friedman | 2009-06-08 | 1 | -23/+48 |
| * | Add real parsing for __declspec. It doesn't make much of a difference | Eli Friedman | 2009-06-08 | 1 | -11/+43 |
| * | Disallow exception specs on typedefs. | Sebastian Redl | 2009-05-31 | 1 | -3/+8 |
| * | AddInitializerToDecl needs to take a full expression. | Anders Carlsson | 2009-05-30 | 1 | -1/+1 |
| * | Reject incomplete types in exception specs. | Sebastian Redl | 2009-05-29 | 1 | -18/+24 |
| * | If a declarator group declares a type, make sure to add that declaration | Eli Friedman | 2009-05-29 | 1 | -1/+2 |
| * | When we parse a tag specifier, keep track of whether that tag | Douglas Gregor | 2009-05-28 | 1 | -2/+4 |
| * | Refactor the common code of 'ParseTypeofSpecifier' and 'ParseSizeofAlignofExp... | Argyrios Kyrtzidis | 2009-05-22 | 1 | -38/+22 |
| * | Parse typeof-specifier the same way as sizeof/alignof are parsed. | Argyrios Kyrtzidis | 2009-05-22 | 1 | -48/+39 |