[clang] [clang][ssaf] Add UnsafeBufferUsage summary data structures (PR #181067)
Jan Korous via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 17:11:29 PST 2026
================
@@ -0,0 +1,27 @@
+//===- UnsafeBufferUsageBuilder.h -------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
----------------
jkorous-apple wrote:
We are missing an include guard.
https://github.com/llvm/llvm-project/pull/181067
More information about the cfe-commits
mailing list