summaryrefslogtreecommitdiff
path: root/clang/test/Coverage/ast-printing.cpp
AgeCommit message (Expand)Author
2021-06-30Add a target triple to fix failures on MS build bots.Richard Smith
2021-06-30Add dumping support for RequiresExpr.Richard Smith
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song
2017-06-15Handle -ast-dump-all when passed as the only option.Aaron Ballman
2017-01-03Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
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