commit | 2018618b4dfd07b7aa9b24e103f83390e5185ab7 | [log] [tgz] |
---|---|---|
author | Alexander Kornienko <alexfh@google.com> | Fri Aug 17 17:38:39 2012 +0000 |
committer | Alexander Kornienko <alexfh@google.com> | Fri Aug 17 17:38:39 2012 +0000 |
tree | 90967fbfce6c084e4d72b8a82ea4d2f9c071b850 | |
parent | 91f548b04b7d4def318e2037f62828fc77bc6b45 [diff] [blame] |
Fixed crash and added a test and a minor output problem llvm-svn: 162110
diff --git a/clang/test/Tooling/clang-check-ast-dump.cpp b/clang/test/Tooling/clang-check-ast-dump.cpp index e29072b..28dcc6e 100644 --- a/clang/test/Tooling/clang-check-ast-dump.cpp +++ b/clang/test/Tooling/clang-check-ast-dump.cpp
@@ -37,4 +37,7 @@ int n __attribute__((aligned(1+1))); }; +// Used to fail with -ast-dump-filter X +template<template<typename T> class C> class Z {}; + }