Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-01-03 | Handle StaticAssertDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+2 |
2017-01-03 | Handle VarTemplateDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+3 |
2017-01-03 | Handle AccessSpecDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+5 |
2017-01-03 | Handle ClassTemplateSpecializationDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+11 |
2017-01-03 | Handle EmptyDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+3 |
2017-01-03 | Handle UsingDecl and UsingShadowDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+8 |
2017-01-03 | Handle FriendDecl in DeclContextPrinter | Alex Lorenz | 1 | -0/+8 |
2010-12-15 | Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In... | Peter Collingbourne | 1 | -0/+6 |
2009-05-30 | AST printing for C++ base classes | Douglas Gregor | 1 | -0/+7 |
2009-05-30 | Pretty printing and improved representation for namespace alias declarations | Douglas Gregor | 1 | -0/+2 |
2009-05-30 | Printing for using directives, e.g., | Douglas Gregor | 1 | -0/+12 |