[clang] [z.OS] fix strnlen() usage in Context.cpp available on z/OS (PR #160339)
Zibi Sarbinowski via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 23 11:07:55 PDT 2025
================
@@ -18,6 +18,7 @@
#include "clang/AST/ASTLambda.h"
#include "clang/AST/Expr.h"
#include "clang/Basic/TargetInfo.h"
+#include "llvm/Support/SystemZ/zOSSupport.h"
----------------
zibi2 wrote:
Thank you for suggestion.
This header is included in 1/2 a dozen places and it was not removed so far but when it does I will look into your suggestion.
https://github.com/llvm/llvm-project/pull/160339
More information about the cfe-commits
mailing list