summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/pr28752.cpp
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2016-10-11 15:51:06 +0000
committerVassil Vassilev <v.g.vassilev@gmail.com>2016-10-11 15:51:06 +0000
commitf6b491041f8479fc39365a2ec3ddd8161afc83c8 (patch)
treeaa577bfd81476f678f5f0fd2597dc8bce5f869ba /clang/test/Modules/pr28752.cpp
parentb67948f4972801e4ba31a26606be50cd1eefbe21 (diff)
downloadbcm5719-llvm-f6b491041f8479fc39365a2ec3ddd8161afc83c8.tar.gz
bcm5719-llvm-f6b491041f8479fc39365a2ec3ddd8161afc83c8.zip
Revert r283887 and r283882, until the issue is understood and fixed.
llvm-svn: 283890
Diffstat (limited to 'clang/test/Modules/pr28752.cpp')
-rw-r--r--clang/test/Modules/pr28752.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/clang/test/Modules/pr28752.cpp b/clang/test/Modules/pr28752.cpp
deleted file mode 100644
index e73a54b89eb..00000000000
--- a/clang/test/Modules/pr28752.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// RUN: rm -rf %t
-// RUN: %clang_cc1 -std=c++11 -nostdsysteminc -I%S/Inputs/PR28752 -verify %s
-// RUN: %clang_cc1 -std=c++11 -nostdsysteminc -fmodules -fmodule-map-file=%S/Inputs/PR28752/Subdir1/module.modulemap -fmodule-map-file=%S/Inputs/PR28752/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR28752 -I%S/Inputs/PR28752/Subdir1 -verify %s
-
-#include "a.h"
-#include "Subdir1/c.h"
-#include <vector>
-
-class TClingClassInfo {
- std::vector<int> fIterStack;
-};
-
-TClingClassInfo *a;
-class TClingBaseClassInfo {
- TClingBaseClassInfo() { new TClingClassInfo(*a); }
-};
-
-// expected-no-diagnostics
-
OpenPOWER on IntegriCloud