Age | Commit message (Expand) | Author |
2013-05-05 | Replace 'MultiExprArg()' with 'None' | Dmitri Gribenko |
2013-05-04 | Implement template support for CapturedStmt | Wei Pan |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-05-02 | Fix crasher when the range in a C++ range-for loop has an ill-formed initiali... | Douglas Gregor |
2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-11 | Drop ObjCIndirectCopyRestoreExprs during template instantiation. | John McCall |
2013-04-09 | Mark as referenced the functions from instantiated UserDefinedLiterals. | Argyrios Kyrtzidis |
2013-04-08 | <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f... | Douglas Gregor |
2013-04-03 | Add 178663 back. | Rafael Espindola |
2013-04-03 | Revert 178663. | Rafael Espindola |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-03-28 | Objective-C: Provide fixit suggestions when class object | Fariborz Jahanian |
2013-03-27 | Don't reject __restrict applied to a dependent type; it might instantiate to ... | Richard Smith |
2013-03-08 | <rdar://problem/13170740> Be a little more careful when instantiating 'this' ... | Douglas Gregor |
2013-03-08 | Sema: Preserve attributes on parameters in instantiated function templates. | Jordan Rose |
2013-03-08 | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose |
2013-03-08 | <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp... | Douglas Gregor |
2013-02-22 | objective-C arg: provide fixit support when | Fariborz Jahanian |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-01-17 | One can override an Objective-C ARC ownership qualifier that came from | Douglas Gregor |
2013-01-14 | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-02 | Remove the anonymous namespace from lib/Sema/TreeTransform.h | Argyrios Kyrtzidis |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-21 | Fix regression in r170489: when instantiating a direct initializer which is a | Richard Smith |
2012-12-19 | Fix assertion failure in self-host (and probably bogus template instantiation | Richard Smith |
2012-12-19 | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-28 | PR13098: If we're instantiating an overloaded binary operator and we could | Richard Smith |
2012-11-26 | PR14428: When instantiating a 'new' expression, if we had a non-dependent | Richard Smith |
2012-10-21 | Unrevert r166268, reverted in r166272, with a fix for the issue which Nick | Richard Smith |
2012-10-19 | Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. | Nick Lewycky |
2012-10-19 | PR14124: When performing template instantiation of a qualified-id outside of a | Richard Smith |
2012-10-15 | Fixed CXXNamedCast right paren location propagation to instantiations. | Abramo Bagnara |
2012-10-04 | Fixed FunctionTypeLoc source range. | Abramo Bagnara |
2012-10-02 | Add FP_CONTRACT support for clang. | Lang Hames |
2012-09-26 | Fix an edge case of mangling involving the combination of a lambda and typeid. | Eli Friedman |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-09-25 | Delete some code which is, as far as I can tell, dead. | Eli Friedman |
2012-09-20 | If the range in a for range statement doesn't have a viable begin/end function, | Richard Smith |
2012-09-19 | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
2012-09-10 | Remove redundant semicolons which are null statements. | Dmitri Gribenko |