[llvm-branch-commits] [clang] [Clang] Add pointer field protection feature. (PR #172119)
Oliver Hunt via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 13 12:46:46 PST 2026
================
@@ -7575,6 +7575,24 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
Twine("-funique-source-file-identifier=") + Input.getBaseInput()));
}
+ if (Args.hasFlag(
----------------
ojhunt wrote:
@fmayer is there any way to automate this arg propagation? it seems absurd that more or less every new argument requires this :-/
https://github.com/llvm/llvm-project/pull/172119
More information about the llvm-branch-commits
mailing list