summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attributed-auto-deduction.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-10-16 16:12:41 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-10-16 16:12:41 +0000
commit2eff71d76eda25efadeb6c5c00f7dd62c1d7b735 (patch)
tree4aeee6718e21d0a420735131058f92104b8a6642 /clang/test/Sema/attributed-auto-deduction.cpp
parent167c37211883970f27ef3987637a59ccaa13ed8c (diff)
downloadbcm5719-llvm-2eff71d76eda25efadeb6c5c00f7dd62c1d7b735.tar.gz
bcm5719-llvm-2eff71d76eda25efadeb6c5c00f7dd62c1d7b735.zip
tests: move test to more appropriate location
The test is a C++ semantic analysis test, move it to SemaCXX from Sema. NFC. llvm-svn: 219932
Diffstat (limited to 'clang/test/Sema/attributed-auto-deduction.cpp')
-rw-r--r--clang/test/Sema/attributed-auto-deduction.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Sema/attributed-auto-deduction.cpp b/clang/test/Sema/attributed-auto-deduction.cpp
deleted file mode 100644
index d8dc43d6691..00000000000
--- a/clang/test/Sema/attributed-auto-deduction.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: %clang_cc1 -triple armv7 -std=c++14 -x c++ %s -fsyntax-only
-// expected-no-diagnostics
-
-void deduce() {
- auto lambda = [](int i) __attribute__ (( pcs("aapcs") )) {
- return i;
- };
- lambda(42);
-}
-
OpenPOWER on IntegriCloud