summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-56/+56
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-56/+56
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-56/+56
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-091-10/+13
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-7/+7
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-5/+5
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-6/+6
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-3/+3
* Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson2010-04-241-4/+4
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-0/+53
OpenPOWER on IntegriCloud