[all-commits] [llvm/llvm-project] 822f74: [Clang] Cleanup docs and comments relating to -fex...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Tue Jan 28 10:25:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 822f74a91106b7ca10e85508eb642e62ef945afa
https://github.com/llvm/llvm-project/commit/822f74a91106b7ca10e85508eb642e62ef945afa
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/test/CodeGen/fake-use-sanitizer.cpp
M clang/test/CodeGen/fake-use-this.cpp
M clang/test/Driver/extend-variable-liveness.c
M llvm/test/CodeGen/MIR/X86/fake-use-tailcall.mir
M llvm/test/CodeGen/X86/fake-use-simple-tail-call.ll
M llvm/test/CodeGen/X86/fake-use-zero-length.ll
M llvm/test/DebugInfo/AArch64/fake-use-global-isel.ll
M llvm/test/DebugInfo/X86/fake-use.ll
M llvm/test/Transforms/CodeGenPrepare/X86/fake-use-split-ret.ll
M llvm/test/Transforms/GVN/fake-use-constprop.ll
Log Message:
-----------
[Clang] Cleanup docs and comments relating to -fextend-variable-liveness (#124767)
This patch contains a number of changes relating to the above flag;
primarily it updates comment references to the old flag names,
"-fextend-lifetimes" and "-fextend-this-ptr" to refer to the new names,
"-fextend-variable-liveness[={all,this}]". These changes are all NFC.
This patch also removes the explicit -fextend-this-ptr-liveness flag
alias, and shortens the help-text for the main flag; these are both
changes that were meant to be applied in the initial PR (#110000), but
due to some user-error on my part they were not included in the merged
commit.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list