summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage/cxx-language-features.inc
Commit message (Collapse)AuthorAgeFilesLines
* AST printing for C++ base classesDouglas Gregor2009-05-301-0/+7
| | | | llvm-svn: 72617
* Pretty printing and improved representation for namespace alias declarationsDouglas Gregor2009-05-301-0/+2
| | | | llvm-svn: 72616
* Printing for using directives, e.g.,Douglas Gregor2009-05-301-0/+12
using namespace std::debug; Extended UsingDirectiveDecl to store the nested-name-specifier that precedes the nominated namespace. llvm-svn: 72614
OpenPOWER on IntegriCloud