Age | Commit message (Expand) | Author |
2011-06-05 | Parse C++0x generalized initializers. | Sebastian Redl |
2011-06-04 | Add support for builtin astype: | Tanya Lattner |
2011-05-13 | Implement the __is_trivially_copyable type trait | Sean Hunt |
2011-04-28 | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-27 | t/clang/type-traits | John Wiegley |
2011-04-27 | Introduce a new parser annotation token for primary expressions. When | Douglas Gregor |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-24 | Implement a new identifier-classification scheme where Sema | Douglas Gregor |
2011-04-24 | Add support for '__is_literal_type' spelling of the existing | Chandler Carruth |
2011-04-23 | Implement basic __is_trivial type-trait support, enough to close PR9472. | Chandler Carruth |
2011-04-23 | Sort the type traits in a few places where they weren't previously | Chandler Carruth |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-06 | Diagnose a missing ')' on what looks like a statement expression. | John McCall |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-16 | Make sure that we always pop a function's scope *before* we call | Douglas Gregor |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-05 | Propagate new-style exception spec information to Declarator. | Sebastian Redl |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-02-18 | fix rdar://9024687, a crash on invalid that we used to silently ignore. | Chris Lattner |
2011-02-18 | Switch labels over to using normal name lookup, instead of their | Chris Lattner |
2011-02-17 | When Parser::ParseExpressionList isn't given a completer, fall back to | Douglas Gregor |
2011-02-15 | When we encounter an Objective-C class name in an expression, followed | Douglas Gregor |
2011-02-09 | Parse: add support for parsing CUDA kernel calls | Peter Collingbourne |
2011-01-27 | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor |
2011-01-26 | Rvalue references for *this: parse ref-qualifiers. | Douglas Gregor |
2011-01-18 | Add support for explicit constructor calls in Microsoft mode. | Francois Pichet |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-03 | Implement support for pack expansions in initializer lists and | Douglas Gregor |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-11-22 | Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. | Nico Weber |
2010-10-18 | Provide code completion for types after the '^' that starts a block | Douglas Gregor |
2010-09-28 | When we have two identifiers in a row in Objective-C, make sure to | Douglas Gregor |
2010-09-18 | Continue parsing more postfix expressions, even after semantic | Douglas Gregor |
2010-09-17 | Improve recovery when the middle expression of a ternary operator is ill-formed | Douglas Gregor |
2010-09-17 | When we run into an error parsing or type-checking the left-hand side | Douglas Gregor |
2010-09-17 | rename variable, 'Type' seems to be present in | Gabor Greif |
2010-09-16 | Implement automatic bracket insertion for Objective-C class message | Douglas Gregor |
2010-09-15 | Handle bracket insertion for Objective-C class messages in a very | Douglas Gregor |
2010-09-15 | Improve code completion for Objective-C message sends when the opening | Douglas Gregor |
2010-09-15 | Extend bracket insertion to message sends to "super", e.g., | Douglas Gregor |
2010-09-15 | Extend bracket insertion to handle nullary selectors, e.g. | Douglas Gregor |
2010-09-15 | Implement bracket insertion for Objective-C instance message sends as | Douglas Gregor |
2010-09-14 | Introduce a new code-completion context for a parenthesized | Douglas Gregor |
2010-09-10 | Eli helped me understand how evaluation contexts work. | Sebastian Redl |
2010-09-10 | Parse the noexcept operator and stub out sema. | Sebastian Redl |
2010-09-09 | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor |