[PATCH] D18456: Add lastAccessedTime to file_status

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 14:37:54 PDT 2016


LGTM given that it will at the very least clean up clang.



On 24 March 2016 at 16:16, Mehdi Amini <mehdi.amini at apple.com> wrote:
> clans is using stat() and st_atime, see line 1256 here:
> http://clang.llvm.org/doxygen/CompilerInstance_8cpp_source.html#l01256
>
>
>
>
> On Mar 24, 2016, at 1:10 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com>
> wrote:
>
> So, the code looks fine, but given how limited the OS support is, is this
> useful?
>
> What cache replacement policy is used by clang? Or by ccache?
>
> Cheers,
> Rafael
>
> On Mar 24, 2016 3:16 PM, "Mehdi AMINI" <mehdi.amini at apple.com> wrote:
>>
>> joker.eph added a comment.
>>
>> Note: I didn't test the windows part, I wrote it by reading
>> https://msdn.microsoft.com/en-us/library/windows/desktop/ms724320(v=vs.85).aspx
>>
>>
>> http://reviews.llvm.org/D18456
>>
>>
>>
>


More information about the llvm-commits mailing list