| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace 'MultiExprArg()' with 'None' | Dmitri Gribenko | 2013-05-05 | 1 | -3/+3 |
| * | Implement template support for CapturedStmt | Wei Pan | 2013-05-04 | 1 | -1/+12 |
| * | Move parsing of identifiers in MS-style inline assembly into | John McCall | 2013-05-03 | 1 | -3/+33 |
| * | Fix crasher when the range in a C++ range-for loop has an ill-formed initiali... | Douglas Gregor | 2013-05-02 | 1 | -2/+11 |
| * | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith | 2013-04-30 | 1 | -1/+5 |
| * | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 1 | -6/+6 |
| * | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+26 |
| * | Implement CapturedStmt AST | Tareq A. Siraj | 2013-04-16 | 1 | -0/+6 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+26 |
| * | Drop ObjCIndirectCopyRestoreExprs during template instantiation. | John McCall | 2013-04-11 | 1 | -10/+5 |
| * | Mark as referenced the functions from instantiated UserDefinedLiterals. | Argyrios Kyrtzidis | 2013-04-09 | 1 | -0/+2 |
| * | <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f... | Douglas Gregor | 2013-04-08 | 1 | -0/+14 |
| * | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -1/+0 |
| * | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -0/+1 |
| * | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -1/+0 |
| * | Objective-C: Provide fixit suggestions when class object | Fariborz Jahanian | 2013-03-28 | 1 | -2/+4 |
| * | Don't reject __restrict applied to a dependent type; it might instantiate to ... | Richard Smith | 2013-03-27 | 1 | -1/+3 |
| * | <rdar://problem/13170740> Be a little more careful when instantiating 'this' ... | Douglas Gregor | 2013-03-08 | 1 | -2/+7 |
| * | Sema: Preserve attributes on parameters in instantiated function templates. | Jordan Rose | 2013-03-08 | 1 | -21/+7 |
| * | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose | 2013-03-08 | 1 | -21/+16 |
| * | <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp... | Douglas Gregor | 2013-03-08 | 1 | -1/+3 |
| * | objective-C arg: provide fixit support when | Fariborz Jahanian | 2013-02-22 | 1 | -8/+4 |
| * | Use None rather than Optional<T>() where possible. | David Blaikie | 2013-02-21 | 1 | -3/+2 |
| * | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -33/+29 |
| * | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -17/+18 |
| * | One can override an Objective-C ARC ownership qualifier that came from | Douglas Gregor | 2013-01-17 | 1 | -0/+10 |
| * | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith | 2013-01-14 | 1 | -2/+2 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -6/+6 |
| * | Remove the anonymous namespace from lib/Sema/TreeTransform.h | Argyrios Kyrtzidis | 2013-01-02 | 1 | -2/+0 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -1/+1 |
| * | Fix regression in r170489: when instantiating a direct initializer which is a | Richard Smith | 2012-12-21 | 1 | -6/+22 |
| * | 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 |