Age | Commit message (Expand) | Author |
2010-09-08 | Microsoft's __uuidof operator implementation part 1. | Francois Pichet |
2010-09-02 | Implement __has_virtual_destructor. Patch by Steven Watanabe. | Sebastian Redl |
2010-08-31 | Implement the __has_nothrow trait family, by Steven Watanabe. | Sebastian Redl |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-08-27 | Propagate whether an id-expression is the immediate argument of | John McCall |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-24 | Preserve invalidity of typeof operands in C++. | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-24 | Abstract out passing around types and kill off ActionBase. | John McCall |
2010-08-23 | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall |
2010-08-23 | Sundry incremental steps towards killing off Action. | John McCall |
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 | The pre-increment/pre-decrement grammar in C++ differs from that in C, | Douglas Gregor |
2010-07-28 | The grammar for GNU typeof in C requires an expression to be | Douglas Gregor |
2010-07-19 | tidy up comment. | Chris Lattner |
2010-07-02 | Move the "current scope" state from the Parser into Action. This | Douglas Gregor |
2010-05-31 | Minor tweaks on doug's objc recovery patch: the caller | Chris Lattner |
2010-05-31 | When we see the a '[' in a postfix expression in Objective-C, perform | Douglas Gregor |
2010-05-30 | Improve parser recovery when we try to parse a call expression but the | Douglas Gregor |
2010-05-30 | Teach code completion to adjust its completion priorities based on the | Douglas Gregor |
2010-05-27 | When we've parsed a nested-name-specifier in a member access | Douglas Gregor |
2010-05-25 | Improve code completion in failure cases in two ways: | Douglas Gregor |
2010-05-24 | improve the fixit for the missing : error when parsing ?:. When | Chris Lattner |
2010-04-23 | When parsing a cast-expression that starts with a scope annotation, | Douglas Gregor |
2010-04-21 | Implement parsing for message sends in Objective-C++. Message sends in | Douglas Gregor |
2010-04-21 | Rework the Parser-Sema interaction for Objective-C message | Douglas Gregor |
2010-04-20 | fix the ?: fixit that ted added to recover properly. | Chris Lattner |
2010-04-12 | Add fixit hint for missing ':' in ternary expressions. | Ted Kremenek |
2010-04-12 | tighten the check for cast of super to avoid rejecting valid code, | Chris Lattner |
2010-04-12 | fix a rejects-valid bug that I introduced, pointed out | Chris Lattner |
2010-04-12 | use pointer comparison instead of isStr | Chris Lattner |
2010-04-12 | fix a rejects-valid testcase involving super that I dreamt up. | Chris Lattner |
2010-04-11 | fix PR6811 by not parsing 'super' as a magic expression in | Chris Lattner |
2010-04-06 | Perform code-completion within ParseCastExpression, which handles, | Douglas Gregor |
2010-02-26 | Fix an assertion-on-error during tentative constructor parsing by | John McCall |
2010-02-25 | Restore the invariant that a nested-name-specifier can only contain | 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-05 | When we're parsing an expression that may have looked like a | Douglas Gregor |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-01-10 | Improve code completion by introducing patterns for the various C and | Douglas Gregor |
2010-01-07 | When parsing an identifier as an expression in C++, only try to annotate it | John McCall |
2009-12-10 | If we enter parens, colons can become un-sacred, allowing us to emit | Chris Lattner |
2009-12-10 | fix a more evil case of : / :: confusion arising in ?:. | Chris Lattner |
2009-12-10 | rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h | Chris Lattner |
2009-12-03 | Introduce the notion of literal types, as specified in C++0x. | Sebastian Redl |
2009-11-25 | Some fancy footwork to move the decision on how | Fariborz Jahanian |
2009-11-23 | Fix a recent regression probably caused by addition of altivec-style | Fariborz Jahanian |