ΒΆbool user_config_directory(
    SmallVectorImpl<char>& result)

Description

Get the directory where packages should read user-specific configurations. e.g. $XDG_CONFIG_HOME.

Declared at: llvm/include/llvm/Support/Path.h:426

Parameters

SmallVectorImpl<char>& result
Holds the resulting path name.