Age | Commit message (Expand) | Author |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-11 | Once code completion has completed, pass a "completion context" on to | Douglas Gregor |
2010-08-06 | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara |
2010-08-05 | Implement #pragma GCC visibility. | Eli Friedman |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-07-25 | Start removing the use of smart pointers from the Parse/Sema | Douglas Gregor |
2010-07-22 | atch for implementation of objective-c's -Wselector | Fariborz Jahanian |
2010-07-13 | Downgrade the "when type is in parentheses, array cannot have dynamic | Douglas Gregor |
2010-07-08 | Support code completion for parameter names in Objective-C method | Douglas Gregor |
2010-07-08 | Introduce a new code-completion point prior to an identifier in the | Douglas Gregor |
2010-07-02 | Move the "current scope" state from the Parser into Action. This | Douglas Gregor |
2010-07-01 | Implement C++ DR481, which clarifies that the scope of template | Douglas Gregor |
2010-06-28 | Partial fix for PR7267 based on comments by John McCall on an earlier patch. | Chandler Carruth |
2010-06-16 | When we see a 'template' disambiguator that marks the next identifier | Douglas Gregor |
2010-06-16 | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-05-30 | Teach code completion to adjust its completion priorities based on the | Douglas Gregor |
2010-05-27 | Implement a code-completion hook for the receiver of an Objective-C | Douglas Gregor |
2010-05-27 | Parse/Sema: Add support for '#pragma options align=packed', which, it should be | Daniel Dunbar |
2010-05-27 | Parse/Sema: Add support for '#pragma options align=native'. | Daniel Dunbar |
2010-05-26 | Parse: Add support for '#pragma options align'. | Daniel Dunbar |
2010-05-25 | Improve code completion in failure cases in two ways: | Douglas Gregor |
2010-05-21 | Improve parser recovery when we encounter a dependent template name | Douglas Gregor |
2010-05-21 | Propagate access specifiers to anonymous union members nested within classes. | John McCall |
2010-05-10 | Alternative workaround for MSVC compilation failure, from Dimitry Andric | Douglas Gregor |
2010-05-08 | Attempted workaround for MSVC compile error | Douglas Gregor |
2010-05-06 | Try to work around a Visual C++ bug with copy-assignment. | Douglas Gregor |
2010-05-06 | Rework our handling of temporary objects within the conditions of | Douglas Gregor |
2010-05-05 | This patch deals with Sema Part of Setter/Getter synthesis | Fariborz Jahanian |
2010-05-03 | Replace a char*/size pair with stringref. | Benjamin Kramer |
2010-04-23 | Rework Parser-Sema interface for Objective-C @catch exception object | Douglas Gregor |
2010-04-23 | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor |
2010-04-21 | Migrate the responsibility for turning the receiver name in an | Douglas Gregor |
2010-04-21 | Rework the Parser-Sema interaction for Objective-C message | Douglas Gregor |
2010-04-15 | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor |
2010-04-14 | Introduce a parsing action to distinguish between class, instance, and | Douglas Gregor |
2010-04-11 | fix PR6811 by not parsing 'super' as a magic expression in | Chris Lattner |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-08 | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian |
2010-04-07 | Implement code completion for Objective-C method declarations and | Douglas Gregor |
2010-03-29 | Support __attribute__((packed)) (along with other attributes) at the | Douglas Gregor |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-17 | Clean up after ourselves when there's an error parsing the base clause. | John McCall |
2010-03-01 | Robustify instantiation of templates when there are errors in the | Douglas Gregor |
2010-02-25 | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor |
2010-02-24 | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor |
2010-02-24 | Rework parsing of pseudo-destructor expressions and explicit | Douglas Gregor |
2010-02-21 | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor |
2010-02-16 | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor |
2010-02-07 | Add attributes to namespace decls. | Anders Carlsson |