================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to