Age | Commit message (Expand) | Author |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-05 | Parse C++0x constexpr. Test case follows when this does something useful. | Sebastian Redl |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-25 | cleanups | Chris Lattner |
2009-10-25 | Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ... | Sebastian Redl |
2009-09-29 | Move DeclSpec::setProtocolQualifiers() out of line. | Argyrios Kyrtzidis |
2009-09-29 | Keep protocol source locations when parsing protocol references. | Argyrios Kyrtzidis |
2009-09-25 | Declarators can now properly represent template-ids, e.g., for | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-01 | "The attached patch moves AttributeList::addAttributeList outside the | Douglas Gregor |
2009-08-26 | Fix bug in __extension__ handling for declarations, from Abramo | Douglas Gregor |
2009-08-19 | Keep track of the right paren ')' source location in a function declarator. | Argyrios Kyrtzidis |
2009-08-03 | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall |
2009-08-03 | Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the | John McCall |
2009-07-31 | Allow one to update the type representation of the declaration specifiers. Wi... | Douglas Gregor |
2009-07-25 | PR3575 - warn on declared variable or function attributes after a definition,... | Ryan Flynn |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-06-26 | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson |
2009-06-24 | Parse the C++0x decltype specifier. | Anders Carlsson |
2009-05-31 | Disallow exception specs on typedefs. | Sebastian Redl |
2009-05-29 | Reject incomplete types in exception specs. | Sebastian Redl |
2009-05-28 | When we parse a tag specifier, keep track of whether that tag | Douglas Gregor |
2009-05-11 | Add an ActOnFriendDecl and call it for friend class decls. | Anders Carlsson |
2009-05-07 | add isFriendSpecified. | Anders Carlsson |
2009-05-06 | Add parsing of friend specifiers. | Anders Carlsson |
2009-04-29 | Have the parser communicate the exception specification to the action. | Sebastian Redl |
2009-04-25 | This is a pretty big cleanup for how invalid decl/type are handle. | Chris Lattner |
2009-04-21 | Fixup codegen for write barriers for block variables. Radar 6786715 | Mike Stump |
2009-04-11 | sink abstract typedefs like Action::ExprTy from the Action class | Chris Lattner |
2009-04-01 | Add code modification hints to various parsing-related diagnostics. | Douglas Gregor |
2009-03-29 | remove unused #include | Chris Lattner |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-26 | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor |
2009-03-19 | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor |
2009-03-19 | Introduce a representation for types that we referred to via a | Douglas Gregor |
2009-03-15 | Parser support for rvalue references. | Sebastian Redl |
2009-03-07 | Some struct/class mismatch fixes, to silence MSVC warnings. | Sebastian Redl |
2009-02-27 | cleanup | Chris Lattner |
2009-02-18 | Allow "overloadable" functions in C to be declared as variadic without | Douglas Gregor |
2009-02-17 | Implement basic parsing and semantic analysis for explicit | Douglas Gregor |
2009-02-09 | Implement Declarator::getSourceRange(). | Sebastian Redl |
2009-02-09 | Make Sema::getTypeName return the opaque pointer of a QualType rather | Douglas Gregor |
2009-02-06 | Semantic checking for class template declarations and | Douglas Gregor |
2009-02-04 | Add support for blocks with explicit return types. | Mike Stump |
2009-01-24 | Add support for declaring pointers to members. | Sebastian Redl |
2009-01-20 | Fix a crash Anders' was seeing due to free'ing an invalid pointer | Chris Lattner |
2009-01-20 | Optimize Declarator to avoid malloc/free traffic for the argument list of a | Chris Lattner |