Age | Commit message (Expand) | Author |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
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-01-26 | Constify getOptionalExplicitTemplateArgs() | Dmitri Gribenko |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-25 | Fix for PR12222. | Erik Verbruggen |
2012-12-19 | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-12-01 | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer |
2012-11-23 | Sema: Provide a valid source location when instantiating templates based on a... | Benjamin Kramer |
2012-11-17 | Fix Doxygen comment start sequence. | Dmitri Gribenko |
2012-11-07 | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie |
2012-10-18 | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-10-11 | Add codegen support for __uuidof(). | Nico Weber |
2012-10-02 | Add FP_CONTRACT support for clang. | Lang Hames |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
2012-09-11 | Fix typo in comment | Douglas Gregor |
2012-08-24 | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer |
2012-08-23 | Mark these const. | Roman Divacky |
2012-08-21 | Switch some realignment calculations over to llvm::RoundUpToAlignment. | Richard Smith |
2012-08-21 | Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. | Richard Smith |
2012-08-13 | Factor out computation of whether a typeid's expression is potentially | Richard Smith |
2012-07-25 | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith |
2012-07-16 | Add correct parenthesis range to CXXConstructExprs inside | Daniel Jasper |
2012-07-04 | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer |
2012-06-17 | Documentation cleanup: | James Dennett |
2012-06-15 | Documentation fix (cleaning up my own breakage): close <tt> with </tt>, | James Dennett |
2012-06-15 | Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief | James Dennett |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-05-07 | Fixed UserDefinedLiteral source locations. | Abramo Bagnara |
2012-05-03 | Correctly constify clang::CXXMemberCallExpr::getRecordDecl() | David Blaikie |
2012-04-30 | Store the source range of a CXXOperatorCallExpr in the Expr object instead of | Argyrios Kyrtzidis |
2012-04-04 | Move the computation of the lambda mangling information (mangling | Douglas Gregor |
2012-03-09 | Add a helper to get a CXXConstructExpr from a CXXNewExpr. | Matt Beaumont-Gay |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
2012-02-26 | Reorder members to save padding. | Benjamin Kramer |
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-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 AST (de-)serialization for lambda expressions. | Douglas Gregor |
2012-02-13 | Introduce support for template instantiation of lambda | Douglas Gregor |
2012-02-13 | Split the storage of lambda information between the LambdaExpr and the | Douglas Gregor |