Age | Commit message (Expand) | Author |
2009-06-27 | Make it possible for using decls to point to operators. Fixes PR4441. | Anders Carlsson |
2009-06-20 | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor |
2009-05-01 | teach -parse-noop about int128_t and friends. | Chris Lattner |
2009-03-31 | Parsing and AST representation for dependent template names that occur | Douglas Gregor |
2009-03-30 | Improve the representation of template names in the AST. This | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-24 | fix "Comment#1" from PR3872 | Chris Lattner |
2009-03-15 | Convert a bunch of actions to smart pointers, and also bring PrintParserCallb... | Sebastian Redl |
2009-03-05 | rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. | Chris Lattner |
2009-03-05 | When the parser is live, print out the location and spelling of its current t... | Chris Lattner |
2009-03-05 | When parsing a function body, add it to the crash stack, giving us something | Chris Lattner |
2009-02-25 | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor |
2009-02-09 | Start processing template-ids as types when the template-name refers | Douglas Gregor |
2009-02-04 | Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?... | Douglas Gregor |
2009-01-28 | Name change (isTypeName->getTypeName). | Steve Naroff |
2009-01-18 | Switch MinimalAction from new/delete'ing its TypeNameInfo to | Chris Lattner |
2008-12-18 | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor |
2008-11-17 | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor |
2008-11-08 | Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse... | Argyrios Kyrtzidis |
2008-10-31 | Add support for parsing and representing C++ constructor declarations. | Douglas Gregor |
2008-10-31 | "One" line fix for -parse-noop failure, "id" and several other things | Daniel Dunbar |
2008-08-05 | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar |
2008-08-05 | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar |
2008-08-04 | Nico Weber: | Ted Kremenek |
2008-08-01 | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis |
2008-07-26 | Pull protocol resolution of out ActOnStartClassInterface, this is also the | Chris Lattner |
2008-07-21 | minor cleanup to the actions interface to pass around SmallVectorImpl instead | Chris Lattner |
2008-07-21 | fix typo | Chris Lattner |
2008-04-02 | Two changes to Sema::LookupDecl() interface. | Steve Naroff |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |