View source code
Display the source code in dmd/utils.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.utils

Compiler implementation of the D programming language. Utility functions for DMD.

This modules defines some utility functions for DMD.

Documentation

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

Coverage

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

Functions

NameDescription
ensurePathToNameExists(loc, name) Ensure the root path (the path minus the name) of the provided path exists, and terminate the process if it doesn't.
escapePath(buf, fname) Takes a path, and escapes '(', ')' and backslashes
iequals(s1, s2) Compare two slices for equality, in a case-insensitive way
readFile(loc, filename) Reads a file, terminate the program on error
toCStringThen(src) Copy the content of src into a C-string ('\0' terminated) then call dg
toDString(s) Slices a \0-terminated C-string, excluding the terminator
toWinPath(src) Normalize path by turning forward slashes into backslashes
writeFile(loc, filename, data) Writes a file, terminate the program on error

Authors

Walter Bright

License

Boost License 1.0