| Commit message (Expand) | Author | Age | Files | Lines |
| * | Put the invalid flag of OwningResult into the Action pointer. | Sebastian Redl | 2009-02-05 | 1 | -1/+1 |
| * | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -1/+0 |
| * | Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?... | Douglas Gregor | 2009-02-04 | 1 | -1/+1 |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+1 |
| * | Name change (isTypeName->getTypeName). | Steve Naroff | 2009-01-28 | 1 | -3/+3 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | Handle any undeclared parameters in a K&R-style function with a | Douglas Gregor | 2009-01-23 | 1 | -0/+1 |
| * | Rename move_convert to move_arg and move_res. The new names are less misleadi... | Sebastian Redl | 2009-01-18 | 1 | -2/+1 |
| * | When we see a reference to a struct, class, or union like "struct X" | Douglas Gregor | 2009-01-09 | 1 | -1/+1 |
| * | rename MaybeParseCXXScopeSpecifier -> ParseOptionalCXXScopeSpecifier and | Chris Lattner | 2009-01-06 | 1 | -2/+2 |
| * | rename tok::annot_qualtypename -> tok::annot_typename, which is both | Chris Lattner | 2009-01-06 | 1 | -1/+1 |
| * | remove optimization to avoid looking ahead for cases like ::foo. This | Chris Lattner | 2009-01-05 | 1 | -2/+2 |
| * | Rearrange some code in TryAnnotateTypeOrScopeToken to make it | Chris Lattner | 2009-01-05 | 1 | -23/+26 |
| * | TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can | Chris Lattner | 2009-01-05 | 1 | -7/+6 |
| * | ParseCXXSimpleTypeSpecifier can only be called on things that are | Chris Lattner | 2009-01-05 | 1 | -0/+6 |
| * | sink a call to TryAnnotateCXXScopeToken down into the | Chris Lattner | 2009-01-05 | 1 | -4/+6 |
| * | my previous patch caused sema to drop the global qualifier, make | Chris Lattner | 2009-01-04 | 1 | -5/+8 |
| * | use early exits to reduce nesting. | Chris Lattner | 2009-01-04 | 1 | -32/+33 |
| * | Parser support for C++ using directives, from Piotr Rak | Douglas Gregor | 2008-12-30 | 1 | -0/+16 |
| * | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor | 2008-12-24 | 1 | -3/+7 |
| * | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor | 2008-12-18 | 1 | -14/+31 |
| * | Some utilities for using the smart pointers in Actions, especially Sema. Conv... | Sebastian Redl | 2008-12-13 | 1 | -1/+2 |
| * | Convert a big bunch of expression parsers to use smart pointers. | Sebastian Redl | 2008-12-11 | 1 | -1/+1 |
| * | Convert a number of statement parsers to smart pointers. | Sebastian Redl | 2008-12-11 | 1 | -2/+2 |
| * | Use a scoped object to manage entry/exit from a parser scope rather than expl... | Douglas Gregor | 2008-12-10 | 1 | -6/+3 |
| * | Modify the move emulation according to the excellent design of Howard Hinnant... | Sebastian Redl | 2008-12-10 | 1 | -10/+10 |
| * | Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult | Sebastian Redl | 2008-12-09 | 1 | -4/+3 |
| * | Lay the groundwork for converting the entire parser-sema chain to smart point... | Sebastian Redl | 2008-12-09 | 1 | -0/+3 |
| * | Consistently use smart pointers for stmt and expr nodes in parser local varia... | Sebastian Redl | 2008-12-09 | 1 | -9/+10 |
| * | Fix PR3172: if we see an eof or } at the top level, reject it. | Chris Lattner | 2008-12-08 | 1 | -0/+9 |
| * | Representation of template type parameters and non-type template | Douglas Gregor | 2008-12-05 | 1 | -1/+1 |
| * | Basic support for parsing templates, from Andrew Sutton | Douglas Gregor | 2008-12-01 | 1 | -0/+2 |
| * | Improve error recovery when parsing a function definition fails | Douglas Gregor | 2008-12-01 | 1 | -1/+1 |
| * | Add some comments. | Argyrios Kyrtzidis | 2008-11-26 | 1 | -0/+9 |
| * | Implement some suggestions by Daniel: | Argyrios Kyrtzidis | 2008-11-26 | 1 | -6/+8 |
| * | Remove an empty if and add a reminder for when we implement C++ try-catch. | Sebastian Redl | 2008-11-24 | 1 | -4/+1 |
| * | make the 'to match this' diagnostic a note. | Chris Lattner | 2008-11-23 | 1 | -1/+1 |
| * | Split the DiagnosticInfo class into two disjoint classes: | Chris Lattner | 2008-11-22 | 1 | -2/+2 |
| * | Tiny fix to the parsing of linkage-specifications | Douglas Gregor | 2008-11-21 | 1 | -2/+2 |
| * | Fix this: | Argyrios Kyrtzidis | 2008-11-19 | 1 | -6/+12 |
| * | remove uses of IdentifierInfo::getName() | Chris Lattner | 2008-11-19 | 1 | -2/+2 |
| * | remove the last couple obsolete forms of Parser::Diag. | Chris Lattner | 2008-11-18 | 1 | -12/+0 |
| * | Change a couple of the Parser::Diag methods to return DiagnosticInfo | Chris Lattner | 2008-11-18 | 1 | -12/+14 |
| * | This reworks some of the Diagnostic interfaces a bit to change how diagnostics | Chris Lattner | 2008-11-18 | 1 | -6/+3 |
| * | Change the diagnostics interface to take an array of pointers to | Chris Lattner | 2008-11-18 | 1 | -2/+4 |
| * | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor | 2008-11-17 | 1 | -1/+1 |
| * | Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse... | Argyrios Kyrtzidis | 2008-11-08 | 1 | -0/+71 |
| * | Initial implementation of parsing, semantic analysis, and AST-building | Douglas Gregor | 2008-11-05 | 1 | -4/+17 |
| * | eliminate ObjCPropertyAttrs an corresponding enums, just use | Chris Lattner | 2008-10-20 | 1 | -12/+0 |
| * | remove extraneous braces | Chris Lattner | 2008-10-20 | 1 | -3/+2 |