[llvm] r251784 - [Support] Extend sys::path with user_cache_directory function.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 05:59:57 PST 2015


> +namespace {
> +bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) {

using static would be more in line with the code style.


> +bool getUserCacheDir(SmallVectorImpl<char> &Result) {

same here.


> +bool getUserCacheDir(SmallVectorImpl<char> &Result) {

and here.

Cheers,
Rafael


More information about the llvm-commits mailing list