We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c184b commit f377fe1Copy full SHA for f377fe1
clang/test/Frontend/diag-wrap-colors.cpp
@@ -0,0 +1,6 @@
1
+// RUN: not %clang_cc1 %s -fmessage-length=50 -fcolor-diagnostics -fno-show-source-location -o - 2>&1 | FileCheck %s
2
+
3
+struct F {
4
+ float a : 10;
5
+};
6
+// CHECK: bit-field 'a' has non-integral type 'float'
0 commit comments