summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-pragma-attribute.c
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-04-18 10:46:41 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-04-18 10:46:41 +0000
commit3bfe962afa502d7b12c286d6975f7d97f05ad3c3 (patch)
treefe80c43d28c2d616764df8e0d65b52fe158aa205 /clang/test/FixIt/fixit-pragma-attribute.c
parent787fbd7addd617df47ecb39601a63e061fea2657 (diff)
downloadbcm5719-llvm-3bfe962afa502d7b12c286d6975f7d97f05ad3c3.tar.gz
bcm5719-llvm-3bfe962afa502d7b12c286d6975f7d97f05ad3c3.zip
Revert r300539 - Add #pragma clang attribute
Some tests fail on the Windows buildbots. I will have to investigate more. This commit reverts r300539, r300540 and r300542. llvm-svn: 300543
Diffstat (limited to 'clang/test/FixIt/fixit-pragma-attribute.c')
-rw-r--r--clang/test/FixIt/fixit-pragma-attribute.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/FixIt/fixit-pragma-attribute.c b/clang/test/FixIt/fixit-pragma-attribute.c
deleted file mode 100644
index f166eb2978e..00000000000
--- a/clang/test/FixIt/fixit-pragma-attribute.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
-// Verify that the suggested attribute subject match rules don't include the
-// rules that are not applicable in the current language mode.
-
-#pragma clang attribute push (__attribute__((abi_tag("a"))))
-// CHECK: fix-it:{{.*}}:{[[@LINE-1]]:60-[[@LINE-1]]:60}:", apply_to = any(record(unless(is_union)), variable, function)"
OpenPOWER on IntegriCloud