[clang] [Sema] Mark alias/ifunc targets used and consider mangled names (PR #87130)
Ed Maste via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 5 13:24:10 PDT 2024
================
@@ -0,0 +1,47 @@
+// RUN: %clang_cc1 -triple %itanium_abi_triple -Wunused -x c -verify %s
----------------
emaste wrote:
Git does not track file moves explicitly. You'll find that `git log --follow` will work equally well whether you use `git add` and `git rm` or `git mv`. It uses a heuristic to decide that when a file disappears and a similar file appears it was probably moved.
https://github.com/llvm/llvm-project/pull/87130
More information about the cfe-commits
mailing list