| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor | 2010-07-26 | 1 | -281/+0 |
* | Improve parser recovery when we encounter a dependent template name | Douglas Gregor | 2010-05-21 | 1 | -1/+3 |
* | Migrate the responsibility for turning the receiver name in an | Douglas Gregor | 2010-04-21 | 1 | -3/+18 |
* | Introduce a parsing action to distinguish between class, instance, and | Douglas Gregor | 2010-04-14 | 1 | -0/+14 |
* | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -4/+4 |
* | Keep track of the source locations for each protocol reference in | Douglas Gregor | 2010-01-16 | 1 | -0/+1 |
* | Implement access declarations. Most of the work here is parsing them, which | John McCall | 2009-12-11 | 1 | -0/+1 |
* | Implement C++ [basic.lookup.classref]p3, which states how the type | Douglas Gregor | 2009-11-20 | 1 | -1/+1 |
* | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -1/+2 |
* | Pass source locations of identifiers referenced by @class through Action::Act... | Ted Kremenek | 2009-11-17 | 1 | -1/+3 |
* | Switch parsing of using declarations over to ParseUnqualifiedId. | Douglas Gregor | 2009-11-04 | 1 | -4/+2 |
* | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor | 2009-11-03 | 1 | -3/+2 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -22/+22 |
* | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -1/+4 |
* | Set the access specifier for using decls. | Anders Carlsson | 2009-08-29 | 1 | -7/+8 |
* | When we know that we are parsing a class-name, implicitly construct a | Douglas Gregor | 2009-08-26 | 1 | -1/+2 |
* | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -2/+3 |
* | Make it possible for using decls to point to operators. Fixes PR4441. | Anders Carlsson | 2009-06-27 | 1 | -0/+1 |
* | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 2009-06-20 | 1 | -0/+16 |
* | teach -parse-noop about int128_t and friends. | Chris Lattner | 2009-05-01 | 1 | -7/+14 |
* | Parsing and AST representation for dependent template names that occur | Douglas Gregor | 2009-03-31 | 1 | -1/+1 |
* | Improve the representation of template names in the AST. This | Douglas Gregor | 2009-03-30 | 1 | -1/+1 |
* | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner | 2009-03-29 | 1 | -1/+1 |
* | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner | 2009-03-28 | 1 | -21/+21 |
* | fix "Comment#1" from PR3872 | Chris Lattner | 2009-03-24 | 1 | -1/+1 |
* | Convert a bunch of actions to smart pointers, and also bring PrintParserCallb... | Sebastian Redl | 2009-03-15 | 1 | -1/+1 |
* | rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. | Chris Lattner | 2009-03-05 | 1 | -1/+1 |
* | When the parser is live, print out the location and spelling of its current t... | Chris Lattner | 2009-03-05 | 1 | -0/+23 |
* | When parsing a function body, add it to the crash stack, giving us something | Chris Lattner | 2009-03-05 | 1 | -0/+15 |
* | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -1/+1 |
* | Start processing template-ids as types when the template-name refers | Douglas Gregor | 2009-02-09 | 1 | -8/+5 |
* | Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?... | Douglas Gregor | 2009-02-04 | 1 | -2/+2 |
* | Name change (isTypeName->getTypeName). | Steve Naroff | 2009-01-28 | 1 | -2/+2 |
* | Switch MinimalAction from new/delete'ing its TypeNameInfo to | Chris Lattner | 2009-01-18 | 1 | -37/+56 |
* | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor | 2008-12-18 | 1 | -0/+10 |
* | Updated IdentifierResolver to deal with DeclarationNames. The names of | 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 | -2/+6 |
* | Add support for parsing and representing C++ constructor declarations. | Douglas Gregor | 2008-10-31 | 1 | -0/+6 |
* | "One" line fix for -parse-noop failure, "id" and several other things | Daniel Dunbar | 2008-10-31 | 1 | -3/+7 |
* | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar | 2008-08-05 | 1 | -2/+1 |
* | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar | 2008-08-05 | 1 | -1/+2 |
* | Nico Weber: | Ted Kremenek | 2008-08-04 | 1 | -3/+3 |
* | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis | 2008-08-01 | 1 | -1/+1 |
* | Pull protocol resolution of out ActOnStartClassInterface, this is also the | Chris Lattner | 2008-07-26 | 1 | -5/+8 |
* | minor cleanup to the actions interface to pass around SmallVectorImpl instead | Chris Lattner | 2008-07-21 | 1 | -1/+2 |
* | fix typo | Chris Lattner | 2008-07-21 | 1 | -1/+1 |
* | Two changes to Sema::LookupDecl() interface. | Steve Naroff | 2008-04-02 | 1 | -1/+1 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+136 |