Age | Commit message (Expand) | Author |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-07-30 | Fixed typedef inside extern "C". | Abramo Bagnara |
2010-07-11 | Fix PR7617 by not entering ParseFunctionDefinition when | Chris Lattner |
2010-06-23 | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner |
2010-04-26 | Refactor Objective-C @catch parameter checking by detangling it from | Douglas Gregor |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |
2010-04-07 | Deprecate CXXScopeSpec::isSet() in favor of isNotEmpty() or isValid(). | Jeffrey Yasskin |
2010-03-09 | Value-initialize the written-builtin-specifiers field of DeclSpec, which | John McCall |
2010-02-05 | Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema | Chandler Carruth |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-01-18 | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor |
2010-01-13 | Add type source information for both kinds of typeof types. | John McCall |
2010-01-13 | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor |
2009-12-28 | Adjust indentation. | Zhongxing Xu |
2009-12-12 | Remember the type name's scope specifier in the DeclSpec. | John McCall |
2009-11-28 | Add Parser support for C++0x literal operators ('operator "" i'). | Sean Hunt |
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 |