Files
clang-p2996/llvm/lib/Support/Windows
Haydn Trigg 74cb2879ba [Support] Windows Filesystem fs::status Conditionally Call GetFileAttributes (#78118)
Rather than conditionally using the output from GetFileAttributesW move
the branch to avoid calling GetFileAttributesW entirely if not required.
This avoids hitting IO an extra time for a small performance
improvement.
2024-01-15 08:08:11 -05:00
..