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

Paweł Bylica via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 06:52:56 PST 2015


On Mon, Nov 2, 2015 at 2:59 PM Rafael Espíndola <rafael.espindola at gmail.com>
wrote:

> > +namespace {
> > +bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) {
>
> using static would be more in line with the code style.
>

I will change that. Thanks.


>
>
> > +bool getUserCacheDir(SmallVectorImpl<char> &Result) {
>
> same here.
>
>
> > +bool getUserCacheDir(SmallVectorImpl<char> &Result) {
>
> and here.
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151102/43112149/attachment.html>


More information about the llvm-commits mailing list