projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d1fce
)
PR291
author
Chris Lattner
<sabre@nondot.org>
Tue, 16 Mar 2004 05:16:05 +0000
(
05:16
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 16 Mar 2004 05:16:05 +0000
(
05:16
+0000)
Bug 291!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12429
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
patch
|
blob
|
history
diff --git
a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
index fc5ba356178fc684c45335c0439e32fe79e8002c..4a7715d53eb95f99d68804a76f87cfb6a985b55b 100644
(file)
--- a/
test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
+++ b/
test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
@@
-1,4
+1,5
@@
// Testcase from Bug 291
+
struct X {
~X();
};