File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_analyze_cc1 -verify %s \
1
+ // FIXME -Wno-aix-compat added temporarily while the diagnostic is being
2
+ // refined.
3
+ // RUN: %clang_analyze_cc1 -verify -Wno-aix-compat %s \
2
4
// RUN: -analyzer-checker=optin.performance \
3
5
// RUN: -analyzer-config optin.performance.Padding:AllowedPad=2
4
6
5
- // RUN: not %clang_analyze_cc1 -verify %s \
7
+ // RUN: not %clang_analyze_cc1 -verify -Wno-aix-compat %s \
6
8
// RUN: -analyzer-checker=core \
7
9
// RUN: -analyzer-checker=optin.performance.Padding \
8
10
// RUN: -analyzer-config optin.performance.Padding:AllowedPad=-10 \
Original file line number Diff line number Diff line change 1
- // RUN: %clang_analyze_cc1 -std=c++14 -analyzer-checker=optin.performance -analyzer-config optin.performance.Padding:AllowedPad=2 -verify %s
1
+ // FIXME -Wno-aix-compat added temporarily while the diagnostic is being
2
+ // refined.
3
+ // RUN: %clang_analyze_cc1 -std=c++14 -analyzer-checker=optin.performance -analyzer-config optin.performance.Padding:AllowedPad=2 -verify -Wno-aix-compat %s
2
4
3
5
// Make sure that the C cases still work fine, even when compiled as C++.
4
6
#include " padding_c.c"
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking
2
- // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking
3
- // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking
4
- // RUN: %clang_cc1 -std=c++17 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking
5
- // RUN: %clang_cc1 -std=c++20 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking
1
+ // FIXME -Wno-aix-compat added temporarily while the diagnostic is being
2
+ // refined.
3
+ // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking -Wno-aix-compat
4
+ // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking -Wno-aix-compat
5
+ // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking -Wno-aix-compat
6
+ // RUN: %clang_cc1 -std=c++17 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking -Wno-aix-compat
7
+ // RUN: %clang_cc1 -std=c++20 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -fno-spell-checking -Wno-aix-compat
6
8
7
9
namespace std {
8
10
struct type_info {};
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fsyntax-only -verify %s
1
+ // FIXME -Wno-aix-compat added temporarily while the diagnostic is being
2
+ // refined.
3
+
4
+ // RUN: %clang_cc1 -fsyntax-only -verify -Wno-aix-compat %s
2
5
// expected-no-diagnostics
3
6
template <typename T>
4
7
struct A {
You can’t perform that action at this time.
0 commit comments