diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2016-10-03 12:17:56 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2016-10-03 12:17:56 +0000 |
| commit | 4ff920bf1b67f58397520aa22aeefa015b145d13 (patch) | |
| tree | 264a5ea0675a0f874aae2d23c6470e4c3aedaa99 /clang/test/SemaCXX/cxx11-ast-print.cpp | |
| parent | 52ab136881d2a662dfb460e5935f45356462b43c (diff) | |
| download | bcm5719-llvm-4ff920bf1b67f58397520aa22aeefa015b145d13.tar.gz bcm5719-llvm-4ff920bf1b67f58397520aa22aeefa015b145d13.zip | |
Revert r283102 (Typo in the phabricator link)
llvm-svn: 283104
Diffstat (limited to 'clang/test/SemaCXX/cxx11-ast-print.cpp')
| -rw-r--r-- | clang/test/SemaCXX/cxx11-ast-print.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/SemaCXX/cxx11-ast-print.cpp b/clang/test/SemaCXX/cxx11-ast-print.cpp index 9c617af4e95..1eeb67a3d9b 100644 --- a/clang/test/SemaCXX/cxx11-ast-print.cpp +++ b/clang/test/SemaCXX/cxx11-ast-print.cpp @@ -43,14 +43,6 @@ template <class C, C...> const char *operator"" _suffix(); // CHECK: const char *PR23120 = operator""_suffix<char32_t, 66615>(); const char *PR23120 = U"𐐷"_suffix; -// PR28885 -struct A { - A(); -}; -struct B : A { - using A::A; // CHECK: using A::A; -}; // CHECK-NEXT: }; - // CHECK: ; ; // CHECK-NOT: ; |

