[llvm-bugs] [Bug 47307] filesystem directory_iterator calls stat on every file

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 25 15:01:13 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=47307

Alexander Lanin <llvm at alex.lanin.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Alexander Lanin <llvm at alex.lanin.de> ---
Omfg sorry!

I was using std::filesystem::is_directory in one of my versions instead of
std::filesystem::directory_entry::is_directory.
And due to a typo I was accidentally calling that version all the time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200825/c435f46b/attachment.html>


More information about the llvm-bugs mailing list