[clang] [clang] Implement function pointer type discrimination (PR #96992)
Daniil Kovalev via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 28 08:14:26 PDT 2024
================
@@ -15,6 +15,7 @@
#include "CodeGenModule.h"
#include "clang/CodeGen/CodeGenABITypes.h"
#include "clang/CodeGen/ConstantInitBuilder.h"
+#include "llvm/Analysis/ValueTracking.h"
----------------
kovdan01 wrote:
Is this include needed?
https://github.com/llvm/llvm-project/pull/96992
More information about the cfe-commits
mailing list