Age | Commit message (Expand) | Author |
2011-04-23 | Sort the type traits in a few places where they weren't previously | Chandler Carruth |
2011-04-15 | C1X: implement static asserts | Peter Collingbourne |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-01-27 | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor |
2011-01-26 | Rvalue references for *this: tentative parsing and template argument deduction. | Douglas Gregor |
2011-01-20 | Add some tests for reference-collapsing and referencing binding | Douglas Gregor |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-23 | Implement parsing of function parameter packs and non-type template | Douglas Gregor |
2010-12-08 | Handle parameter attributes when tentative parsing for function/variable disa... | Argyrios Kyrtzidis |
2010-12-01 | After parsing a ':' in an enum-specifier within class context, | Douglas Gregor |
2010-10-21 | Teach the C++ simple-type-specifier parser and tentative parses about | Douglas Gregor |
2010-10-11 | Add parsing support for Microsoft attributes. MS attributes will just be skip... | Francois Pichet |
2010-09-28 | enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! | Chris Lattner |
2010-09-16 | Implement automatic bracket insertion for Objective-C class message | Douglas Gregor |
2010-09-03 | Add symantic support for the Pascal calling convention via | Dawn Perchik |
2010-08-29 | ObjClang++: Allow declaration of block variable in a collection | Fariborz Jahanian |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-07-15 | When we're performing tentative parsing to determine whether the | Douglas Gregor |
2010-05-18 | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor |
2010-04-30 | Fix a tentative-parse error with unqualified template ids in cast expressions. | John McCall |
2010-02-26 | Fix an assertion-on-error during tentative constructor parsing by | John McCall |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2009-12-19 | eliminate a call to NextToken() when parsing ::foo | Chris Lattner |
2009-12-19 | Teach TryAnnotateTypeOrScopeToken to deal with already-annotated | John McCall |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-05 | Parse C++0x constexpr. Test case follows when this does something useful. | Sebastian Redl |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-07-21 | Consider nested-names as part of the declarator when resolving an ambiguous s... | Argyrios Kyrtzidis |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-06-24 | Parse the C++0x decltype specifier. | Anders Carlsson |
2009-06-08 | Add more parser support for Microsoft extensions. | Eli Friedman |
2009-05-22 | Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate b... | Argyrios Kyrtzidis |
2009-03-27 | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor |
2009-03-27 | Fix rdar://6719156 - clang should emit a better error when blocks are disable... | Chris Lattner |
2009-03-11 | Add parser support for static_assert. | Anders Carlsson |
2009-02-10 | Teach the type-id/expression disambiguator about different | Douglas Gregor |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-24 | Make tentative parsing of pointer-to-member decls work, and fix other stuff p... | Sebastian Redl |
2009-01-06 | Another tweak to handle the MS extensions (<rdar://problem/5956221>). | Steve Naroff |
2009-01-06 | Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastca... | Steve Naroff |
2009-01-06 | rename tok::annot_qualtypename -> tok::annot_typename, which is both | Chris Lattner |
2009-01-04 | push the call in isCXXDeclarationSpecifier to TryAnnotateTypeOrScopeToken | Chris Lattner |
2008-12-17 | Removed the warning | Douglas Gregor |
2008-11-22 | Teach tentative parsing to handle block pointers (rdar://6394309) | Chris Lattner |
2008-11-18 | remove the last couple obsolete forms of Parser::Diag. | Chris Lattner |