================
@@ -12,6 +12,7 @@
 //
 
//===----------------------------------------------------------------------===//
 
+#include "Move.h"
----------------
HerrCai0907 wrote:

It is not unrelated. `::clang::ento::move::isMovedFrom` has declaration in 
"Move.h" but since missing this header, It is treated by clang-tidy check as 
internal linkage.

I think we need to add this include to make the declaration and definition in 
the same file.

https://github.com/llvm/llvm-project/pull/108759
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to