diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-04-02 22:59:11 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-04-02 22:59:11 +0000 |
| commit | 5c7ee8b996d49db43c22bc36b3114eddc6cd2a97 (patch) | |
| tree | cbb2439aae12054192f70ad45a218eec37e447cc /clang/test/CodeGenCXX/debug-info.cpp | |
| parent | 6476f908b370e6c338c27d67083acc2691478353 (diff) | |
| download | bcm5719-llvm-5c7ee8b996d49db43c22bc36b3114eddc6cd2a97.tar.gz bcm5719-llvm-5c7ee8b996d49db43c22bc36b3114eddc6cd2a97.zip | |
Revert "Revert r178079, it caused PR15637."
This reverts commit r178497 since the backend has been fixed.
Also add a test to ensure that we're emitting template information for unions.
llvm-svn: 178587
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/CodeGenCXX/debug-info.cpp b/clang/test/CodeGenCXX/debug-info.cpp index 7bca6e720ca..33b52789caf 100644 --- a/clang/test/CodeGenCXX/debug-info.cpp +++ b/clang/test/CodeGenCXX/debug-info.cpp @@ -67,10 +67,3 @@ class Cls { Cls obj; } - -namespace PR15637 { -template <typename T> union Value { int a; }; -void g(float value) { - Value<float> tempValue; -} -} |

