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

This module 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
arrayCastBigEndian(data, size) Cast a ubyte[] to an array of larger integers as if we are on a big endian architecture
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
parseDigits(val, p, max) Convert string to integer.
readFile(loc, filename) Reads a file, terminate the program on error
toWinPath(src) Normalize path by turning forward slashes into backslashes
writeEscapedMakePath(buf, fname) Takes a path, and make it compatible with GNU Makefile format.
writeFile(loc, filename, data) Writes a file, terminate the program on error

Authors

Walter Bright

License

Boost License 1.0