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 469552c commit fc42358Copy full SHA for fc42358
compiler/src/dmd/dscope.d
@@ -44,6 +44,7 @@ enum Contract : ubyte
44
}
45
46
/// Active linting rules for the current scope
47
+extern (C++)
48
enum LintFlags : uint
49
{
50
none = 0,
compiler/src/dmd/errors.d
@@ -29,6 +29,7 @@ import dmd.sarif;
29
nothrow:
30
31
/// Constants used to discriminate kinds of error messages.
32
33
enum ErrorKind
34
35
warning,
0 commit comments