aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/ast-printing.cpp
AgeCommit message (Expand)Author
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2010-05-12"this patch properly addresses escaping < and > which might appearChris Lattner
2010-04-10Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson
2010-01-03Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-30Printing for using directives, e.g.,Douglas Gregor