File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-runtime-has-weak -fblocks -fobjc-arc -o - %s | FileCheck %s
1
+ // RUN: %clang_cc1 -std=gnu++98 - triple x86_64-apple-darwin10 -emit-llvm -fobjc-runtime-has-weak -fblocks -fobjc-arc -o - %s | FileCheck %s
2
2
3
3
// CHECK: [[A:.*]] = type { i64, [10 x i8*] }
4
4
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
1
+ // RUN: %clang_cc1 -std=gnu++98 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
2
2
3
3
// CHECK: v17@0:8{vector<float, float, float>=}16
4
4
// CHECK: {vector<float, float, float>=}
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -I %S/Inputs -triple x86_64-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -fexceptions -fobjc-exceptions -fcxx-exceptions -fobjc-arc-exceptions -O2 -disable-llvm-passes -o - %s | FileCheck %s
1
+ // RUN: %clang_cc1 -std=gnu++98 - I %S/Inputs -triple x86_64-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -fexceptions -fobjc-exceptions -fcxx-exceptions -fobjc-arc-exceptions -O2 -disable-llvm-passes -o - %s | FileCheck %s
2
2
3
3
#include " literal-support.h"
4
4
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -verify
1
+ // RUN: %clang_cc1 -std=gnu++98 - fobjc-arc -isystem %S/Inputs %s -verify
2
2
3
3
#include < arc-system-header.h>
4
4
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
1
+ // RUN: %clang_cc1 -std=gnu++98 - fsyntax-only -verify -Wno-objc-root-class %s
2
2
struct Y {
3
3
Y ();
4
4
You can’t perform that action at this time.
0 commit comments