[clang] [Clang] Fix 'counted_by' for nested struct pointers (PR #110497)
Jan Hendrik Farr via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 2 17:00:26 PDT 2024
================
@@ -10,6 +10,7 @@
//
//===----------------------------------------------------------------------===//
+#include <iostream>
----------------
Cydox wrote:
Yeah, this is just a quick commit to show you where my mind is going right now. Won't be in any final commit
https://github.com/llvm/llvm-project/pull/110497
More information about the cfe-commits
mailing list