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 \
24// RUN: -analyzer-checker=optin.performance \
35// RUN: -analyzer-config optin.performance.Padding:AllowedPad=2
46
5- // RUN: not %clang_analyze_cc1 -verify %s \
7+ // RUN: not %clang_analyze_cc1 -verify -Wno-aix-compat %s \
68// RUN: -analyzer-checker=core \
79// RUN: -analyzer-checker=optin.performance.Padding \
810// 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
24
35// Make sure that the C cases still work fine, even when compiled as C++.
46#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
68
79namespace std {
810 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
25// expected-no-diagnostics
36template <typename T>
47struct A {
You can’t perform that action at this time.
0 commit comments