| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix assertion failure in self-host (and probably bogus template instantiation | Richard Smith | 2012-12-19 | 1 | -4/+0 |
| * | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith | 2012-12-19 | 1 | -4/+68 |
| * | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -2/+2 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -8/+8 |
| * | PR13098: If we're instantiating an overloaded binary operator and we could | Richard Smith | 2012-11-28 | 1 | -1/+6 |
| * | PR14428: When instantiating a 'new' expression, if we had a non-dependent | Richard Smith | 2012-11-26 | 1 | -2/+3 |
| * | Unrevert r166268, reverted in r166272, with a fix for the issue which Nick | Richard Smith | 2012-10-21 | 1 | -6/+38 |
| * | Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. | Nick Lewycky | 2012-10-19 | 1 | -26/+5 |
| * | PR14124: When performing template instantiation of a qualified-id outside of a | Richard Smith | 2012-10-19 | 1 | -5/+26 |
| * | Fixed CXXNamedCast right paren location propagation to instantiations. | Abramo Bagnara | 2012-10-15 | 1 | -4/+1 |
| * | Fixed FunctionTypeLoc source range. | Abramo Bagnara | 2012-10-04 | 1 | -0/+4 |
| * | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -0/+6 |
| * | Fix an edge case of mangling involving the combination of a lambda and typeid. | Eli Friedman | 2012-09-26 | 1 | -3/+6 |
| * | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -1/+4 |
| * | Delete some code which is, as far as I can tell, dead. | Eli Friedman | 2012-09-25 | 1 | -53/+3 |
| * | If the range in a for range statement doesn't have a viable begin/end function, | Richard Smith | 2012-09-20 | 1 | -1/+2 |
| * | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman | 2012-09-19 | 1 | -6/+7 |
| * | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 2012-09-12 | 1 | -0/+7 |
| * | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
| * | Revert r163083 per chandlerc's request. | Joao Matos | 2012-09-04 | 1 | -10/+0 |
| * | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos | 2012-09-02 | 1 | -0/+10 |
| * | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -8/+7 |
| * | Fix for assertion when solving unresolved templates. | Rafael Espindola | 2012-08-28 | 1 | -1/+2 |
| * | [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional | Chad Rosier | 2012-08-27 | 1 | -1/+1 |
| * | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier | 2012-08-25 | 1 | -32/+17 |
| * | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -9/+3 |
| * | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -4/+3 |
| * | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -20/+20 |
| * | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -45/+44 |
| * | Better diagnostics for range-based for loops with bad range types. | Sam Panzer | 2012-08-21 | 1 | -1/+1 |
| * | [ms-inline asm] Remove old cruft now that MS-style asms their own code path. | Chad Rosier | 2012-08-20 | 1 | -5/+3 |
| * | Removed unused LParenLoc parameter to ActOnCXXForRangeStmt | Sam Panzer | 2012-08-16 | 1 | -3/+1 |
| * | [ms-inline asm] Add the left brace source location and improve the pretty | Chad Rosier | 2012-08-15 | 1 | -2/+4 |
| * | [ms-inline asm] Remove the last bits of LineEnds. | Chad Rosier | 2012-08-14 | 1 | -7/+2 |
| * | Remove trailing return flag from FunctionTypeLoc, since we now carry that | Richard Smith | 2012-08-14 | 1 | -3/+1 |
| * | [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No | Chad Rosier | 2012-08-08 | 1 | -5/+6 |
| * | Whitespace. | Chad Rosier | 2012-08-08 | 1 | -572/+572 |
| * | [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using | Chad Rosier | 2012-08-07 | 1 | -2/+4 |
| * | [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional | Chad Rosier | 2012-08-06 | 1 | -1/+3 |
| * | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith | 2012-07-25 | 1 | -6/+12 |
| * | PR12917: Remove incorrect assumption that lambda mangling information cannot | Richard Smith | 2012-07-22 | 1 | -6/+2 |
| * | Inline storage of attributes in AttributedStmt. | Alexander Kornienko | 2012-07-09 | 1 | -1/+2 |
| * | objective-c: Refactor parse/sema portion of | Fariborz Jahanian | 2012-07-03 | 1 | -18/+7 |
| * | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -11/+8 |
| * | Etch out the code path for MS-style inline assembly. | Chad Rosier | 2012-06-11 | 1 | -0/+18 |
| * | PR12798: Don't drop part of the nested name specifier when instantiating a | Richard Smith | 2012-05-15 | 1 | -1/+5 |
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -2/+18 |
| * | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith | 2012-04-17 | 1 | -4/+3 |
| * | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor | 2012-04-16 | 1 | -3/+27 |
| * | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith | 2012-04-14 | 1 | -2/+27 |