Age | Commit message (Expand) | Author |
2012-07-22 | PR12917: Remove incorrect assumption that lambda mangling information cannot | Richard Smith |
2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
2012-07-03 | objective-c: Refactor parse/sema portion of | Fariborz Jahanian |
2012-06-15 | Documentation cleanup: | James Dennett |
2012-06-11 | Etch out the code path for MS-style inline assembly. | Chad Rosier |
2012-05-15 | PR12798: Don't drop part of the nested name specifier when instantiating a | Richard Smith |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
2012-04-16 | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-04-06 | Fix a Sema invariant bug that I recently introduced involving | John McCall |
2012-04-04 | Move the computation of the lambda mangling information (mangling | Douglas Gregor |
2012-03-12 | ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)... | Jordy Rose |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-29 | A couple minor bug-fixes for template instantiation for expressions which are... | Eli Friedman |
2012-02-29 | Make the odr-use logic work correctly for constant-expressions. PR12006. | Eli Friedman |
2012-02-24 | Two minor, related fixes for template instantiation with blocks: | Douglas Gregor |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-22 | Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a | Richard Smith |
2012-02-21 | Implement name mangling for lambda expressions that occur within the | Douglas Gregor |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2012-02-19 | Remove dead code. | Ahmed Charles |
2012-02-18 | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor |
2012-02-16 | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl |
2012-02-16 | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl |
2012-02-16 | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl |
2012-02-14 | Implement C++ core issue 974, which permits default arguments for | Douglas Gregor |
2012-02-14 | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko |
2012-02-14 | Implement support for lambda capture pack expansions, e.g., | Douglas Gregor |
2012-02-14 | Link together the call operator produced from transforming a lambda | Douglas Gregor |
2012-02-13 | Introduce support for template instantiation of lambda | Douglas Gregor |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-02-06 | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara |
2012-02-06 | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-02-06 | Fixed instantiation of DependentScopeDeclRefExpr. | Abramo Bagnara |
2012-02-02 | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman |
2012-01-31 | Make sure we call MaybeCreateExprWithCleanups for the sub-expression of an in... | Eli Friedman |
2012-01-31 | A couple minor fixes to template instantiation for for-range loops. | Eli Friedman |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-26 | Refactor to share code for handling return statements between lambda expressi... | Eli Friedman |
2012-01-25 | Don't stack-allocate an IntegerLiteral which can be referred to after the cur... | Eli Friedman |
2012-01-25 | Fix a crash involving a multi-dimensional dependent VLA. PR11744. | Eli Friedman |
2012-01-25 | When we're substituting into a function parameter pack and expect to | Douglas Gregor |
2012-01-25 | In TreeTransform<Derived>::TransformBlockExpr, call ActOnBlockError for errors, | Argyrios Kyrtzidis |