[clang] NFC: Remove GCC 5.1 workaround in FileEntry
authorJan Svoboda <jan_svoboda@apple.com>
Mon, 6 Feb 2023 19:39:40 +0000 (11:39 -0800)
committerJan Svoboda <jan_svoboda@apple.com>
Tue, 7 Feb 2023 17:27:24 +0000 (09:27 -0800)
commit5e14a48463b4c3eb3f36eeef30dee7312f9127da
treee778569cf940798d353a5f1da4ae2edbe8f3fffa
parent152f2914607ffe632202ee660208d6dfba6c8870
[clang] NFC: Remove GCC 5.1 workaround in FileEntry

We no longer support GCC 5.1 (D122976), so let's remove the workaround in FileEntry.

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D143427
clang/include/clang/Basic/FileEntry.h
clang/lib/Basic/FileManager.cpp