[PATCH] D151833: Respect "-fdiagnostics-absolute-paths" on emit include location
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 2 06:16:08 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/test/Frontend/absolute-paths.c:6
+// NORMAL: In file included from [[ROOT_ABSOLUTE]]:4:
+// ABSOLUTE: In file included from [[ROOT_ABSOLUTE]]:4:
----------------
This checks the same thing in both cases, but in the `NORMAL` case, it should //not// use the absolute path, shouldn't it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151833/new/
https://reviews.llvm.org/D151833
More information about the cfe-commits
mailing list