>
> For PR789: http://llvm.org/PR789 :
> * Add a method: bool isAbsolute() const, which determines if the  
> path name
>   is absolute or not.
> * Implement caching of file status information in the Path object.  
> Allow it
>   to be updated forcefully or lazily re-fetched from the cached value.

Nice.  Instead of new'ing the status object separately from the Path  
object, why not embed it by-value?

-Chris



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to