[PATCH] D58213: [FileManager] fillRealPathName even if we aren't opening the file
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 14 12:42:01 PST 2019
arphaman added inline comments.
================
Comment at: lib/Basic/FileManager.cpp:271
+ } else if (!openFile) {
+ // Since we didn't return early after getStatValue() call the file exists.
+ fillRealPathName(&UFE, InterndFileName);
----------------
I don't really understand what this comment is trying to say. Can you rephrase it?
================
Comment at: unittests/Basic/FileManagerTest.cpp:349
+// rdar://problem/47536127
+TEST_F(FileManagerTest, getFileDontOpenRealPath) {
----------------
Please leave this comment out
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58213/new/
https://reviews.llvm.org/D58213
More information about the cfe-commits
mailing list