Age | Commit message (Expand) | Author |
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 |
2012-09-04 | Revert r163083 per chandlerc's request. | Joao Matos |
2012-09-02 | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos |
2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
2012-08-28 | Fix for assertion when solving unresolved templates. | Rafael Espindola |
2012-08-27 | [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional | Chad Rosier |
2012-08-25 | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier |
2012-08-24 | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer |
2012-08-23 | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer |
2012-08-23 | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer |
2012-08-23 | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer |
2012-08-21 | Better diagnostics for range-based for loops with bad range types. | Sam Panzer |
2012-08-20 | [ms-inline asm] Remove old cruft now that MS-style asms their own code path. | Chad Rosier |
2012-08-16 | Removed unused LParenLoc parameter to ActOnCXXForRangeStmt | Sam Panzer |
2012-08-15 | [ms-inline asm] Add the left brace source location and improve the pretty | Chad Rosier |
2012-08-14 | [ms-inline asm] Remove the last bits of LineEnds. | Chad Rosier |
2012-08-14 | Remove trailing return flag from FunctionTypeLoc, since we now carry that | Richard Smith |
2012-08-08 | [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No | Chad Rosier |
2012-08-08 | Whitespace. | Chad Rosier |
2012-08-07 | [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using | Chad Rosier |