View source code
Display the source code in dmd/cond.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module dmd.cond

Evaluate compile-time conditionals, such as static if version and debug.

Specification

Conditional Compilation

Documentation

https://dlang.org/phobos/dmd_cond.html

Coverage

https://codecov.io/gh/dlang/dmd/src/master/src/dmd/cond.d

Functions

NameDescription
findCondition(ids, ident) Find ident in an array of identifiers.

Classes

NameDescription
DebugCondition
DVCondition
StaticForeach Implements common functionality for StaticForeachDeclaration and StaticForeachStatement This performs the necessary lowerings before dmd.statementsem.makeTupleForeach can be used to expand the corresponding static foreach declaration or statement.
StaticIfCondition
VersionCondition Node to represent a version condition

Enums

NameDescription
Include

Authors

Walter Bright

License

Boost License 1.0