We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870215b commit 82b6987Copy full SHA for 82b6987
3 files changed
cpp/autosar/test/rules/A0-1-1/options.clang
@@ -0,0 +1 @@
1
+-Wall
cpp/autosar/test/rules/A0-1-1/test.cpp
@@ -2,7 +2,7 @@
2
struct A {
3
int f;
4
int f2;
5
-}
+};
6
7
// A non-POD class, with a trivial compiler generated constructor
8
struct B {
cpp/autosar/test/rules/A1-1-3/options.clang
+-Ofast -ffast-math -fgnu-keywords -fno-signed-zeroes -menable-unsafe-fp-math -menable-no-nans -menable-no-infs -menable-unsafe-fp-math -ffinite-math-only -ffloat-store
0 commit comments