clang.util

Undocumented in source.

Members

Functions

getTempFileName
string getTempFileName()

Returns a suitable temporary file name

Mixin templates

Lazy
mixintemplate Lazy(alias memberVariable)

Makes a member variable lazy so that it's only computed if necessary. Very hacky, uses undefined behaviour by casting const away as if it were using C++'s mutable.

Meta