r219932 - tests: move test to more appropriate location

Saleem Abdulrasool compnerd at compnerd.org
Thu Oct 16 09:12:41 PDT 2014


Author: compnerd
Date: Thu Oct 16 11:12:41 2014
New Revision: 219932

URL: http://llvm.org/viewvc/llvm-project?rev=219932&view=rev
Log:
tests: move test to more appropriate location

The test is a C++ semantic analysis test, move it to SemaCXX from Sema.  NFC.

Added:
    cfe/trunk/test/SemaCXX/attributed-auto-deduction.cpp
      - copied, changed from r219929, cfe/trunk/test/Sema/attributed-auto-deduction.cpp
Removed:
    cfe/trunk/test/Sema/attributed-auto-deduction.cpp

Removed: cfe/trunk/test/Sema/attributed-auto-deduction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/attributed-auto-deduction.cpp?rev=219931&view=auto
==============================================================================
--- cfe/trunk/test/Sema/attributed-auto-deduction.cpp (original)
+++ cfe/trunk/test/Sema/attributed-auto-deduction.cpp (removed)
@@ -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);
-}
-

Copied: cfe/trunk/test/SemaCXX/attributed-auto-deduction.cpp (from r219929, cfe/trunk/test/Sema/attributed-auto-deduction.cpp)
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/attributed-auto-deduction.cpp?p2=cfe/trunk/test/SemaCXX/attributed-auto-deduction.cpp&p1=cfe/trunk/test/Sema/attributed-auto-deduction.cpp&r1=219929&r2=219932&rev=219932&view=diff
==============================================================================
    (empty)





More information about the cfe-commits mailing list