diff options
author | Utkarsh Saxena <usx@google.com> | 2023-04-13 12:47:52 +0200 |
---|---|---|
committer | Utkarsh Saxena <usx@google.com> | 2023-04-13 16:49:30 +0200 |
commit | ed365f464a0a29da08d0a1011603c4cd337c9428 (patch) | |
tree | 99f9f740def6b06e114c897ef67345f54782fce5 /llvm/lib/CodeGen/StackProtector.cpp | |
parent | 18b1a7a5d13f21c4251092e845226df1004aa654 (diff) | |
download | llvm-ed365f464a0a29da08d0a1011603c4cd337c9428.zip llvm-ed365f464a0a29da08d0a1011603c4cd337c9428.tar.gz llvm-ed365f464a0a29da08d0a1011603c4cd337c9428.tar.bz2 |
[clangd] Use FileEntryRef for canonicalizing filepaths.
Using FileEntry for retrieving filenames give the name used for the last access. FileEntryRef gives the first access name.
Last access name is suspected to change with unrelated changes in clang or the underlying filesystem. First access name gives more stability to the name and makes it easier to track.
Differential Revision: https://reviews.llvm.org/D148213
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions