projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfe412
)
Add a PR reference for XFAILed test
author
Alp Toker
<alp@nuanti.com>
Wed, 28 May 2014 12:26:32 +0000
(12:26 +0000)
committer
Alp Toker
<alp@nuanti.com>
Wed, 28 May 2014 12:26:32 +0000
(12:26 +0000)
llvm-svn: 209730
clang/test/Parser/cxx-ambig-decl-expr-xfail.cpp
patch
|
blob
|
history
diff --git
a/clang/test/Parser/cxx-ambig-decl-expr-xfail.cpp
b/clang/test/Parser/cxx-ambig-decl-expr-xfail.cpp
index
ac4accb
..
85c3468
100644
(file)
--- a/
clang/test/Parser/cxx-ambig-decl-expr-xfail.cpp
+++ b/
clang/test/Parser/cxx-ambig-decl-expr-xfail.cpp
@@
-1,5
+1,7
@@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// XFAIL: *
+// FIXME: This is PR7655
+
struct X {
template<typename T> X(T);
X(int, int);