aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage/ast-printing.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Handle -ast-dump-all when passed as the only option.Aaron Ballman1-0/+1
2017-01-03Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz1-6/+6
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov1-1/+3
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor1-1/+0
2010-05-12"this patch properly addresses escaping < and > which might appearChris Lattner1-1/+1
2010-04-10Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson1-1/+1
2010-01-03Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman1-0/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-4/+4
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar1-4/+4
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-2/+2
2009-05-30Printing for using directives, e.g.,Douglas Gregor1-0/+6