| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -7/+4 |
* | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -1/+2 |
* | Fix enumerator not handled in switch warnings. | Francois Pichet | 2010-12-07 | 1 | -2/+2 |
* | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -1/+45 |
* | Remove one I just added, add a more focused test for why the current code is ... | Nico Weber | 2010-11-22 | 1 | -2/+0 |
* | Try to get the bots green after r119966. | Nico Weber | 2010-11-22 | 1 | -2/+4 |
* | Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. | Nico Weber | 2010-11-22 | 1 | -2/+2 |
* | Make this error less specific but also less likely to cause confusion. Fixes | Nick Lewycky | 2010-11-03 | 1 | -1/+1 |
* | Teach the C++ simple-type-specifier parser and tentative parses about | Douglas Gregor | 2010-10-21 | 1 | -1/+13 |
* | When we encounter a '==' in a context expecting a '=', assume the user made a... | Argyrios Kyrtzidis | 2010-10-08 | 1 | -2/+3 |
* | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor | 2010-09-09 | 1 | -1/+1 |
* | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor | 2010-09-09 | 1 | -1/+1 |
* | Fix a few minor issues with parsing and semantic analysis of C++ | Douglas Gregor | 2010-09-08 | 1 | -4/+6 |
* | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+48 |
* | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -2/+1 |
* | Propagate whether an id-expression is the immediate argument of | John McCall | 2010-08-27 | 1 | -15/+2 |
* | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -4/+4 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -32/+32 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -26/+27 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -9/+10 |
* | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -1/+1 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -4/+5 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -2/+2 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
* | Once code completion has completed, pass a "completion context" on to | Douglas Gregor | 2010-08-11 | 1 | -1/+1 |
* | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara | 2010-08-06 | 1 | -4/+8 |
* | Downgrade the "when type is in parentheses, array cannot have dynamic | Douglas Gregor | 2010-07-13 | 1 | -8/+6 |
* | Move the "current scope" state from the Parser into Action. This | Douglas Gregor | 2010-07-02 | 1 | -29/+29 |
* | Fix PR7180. | Argyrios Kyrtzidis | 2010-06-22 | 1 | -6/+4 |
* | When we see a 'template' disambiguator that marks the next identifier | Douglas Gregor | 2010-06-16 | 1 | -36/+38 |
* | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor | 2010-06-16 | 1 | -6/+8 |
* | Fix compiler warning about to false -> pointer conversion; patch by Dimitry A... | Daniel Dunbar | 2010-06-02 | 1 | -1/+1 |
* | Improve code completion in failure cases in two ways: | Douglas Gregor | 2010-05-25 | 1 | -3/+3 |
* | Improve recovery when we see a dependent template name that is missing | Douglas Gregor | 2010-05-21 | 1 | -0/+25 |
* | Improve parser recovery when we encounter a dependent template name | Douglas Gregor | 2010-05-21 | 1 | -5/+41 |
* | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -1/+20 |
* | Support for 'template' as a disambiguator (PR7030) | Douglas Gregor | 2010-05-05 | 1 | -12/+30 |
* | Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). | Argyrios Kyrtzidis | 2010-04-23 | 1 | -1/+1 |
* | Implement parsing for message sends in Objective-C++. Message sends in | Douglas Gregor | 2010-04-21 | 1 | -0/+31 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
* | Fix an assertion-on-error during tentative constructor parsing by | John McCall | 2010-02-26 | 1 | -8/+8 |
* | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -13/+3 |
* | Make sure that we finish the DeclSpec when parsing a C++ | Douglas Gregor | 2010-02-24 | 1 | -0/+1 |
* | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor | 2010-02-24 | 1 | -2/+6 |
* | Rework parsing of pseudo-destructor expressions and explicit | Douglas Gregor | 2010-02-24 | 1 | -15/+125 |
* | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -15/+29 |
* | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -18/+9 |
* | In some contexts, type declarations cannot occur. Pass this information down ... | Sebastian Redl | 2010-02-03 | 1 | -2/+5 |