[clang] [analyzer] Add MemSpace trait to program state (PR #123003)
Michael Flanders via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 15 07:23:28 PST 2025
================
@@ -0,0 +1,47 @@
+//===-- MemSpaces.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
+//
+//===----------------------------------------------------------------------===//
+//
+// TODO
----------------
Flandini wrote:
Whoops, filled in with https://github.com/llvm/llvm-project/commit/79a7c900303b84164aa8b473f0e241e44a80062b
https://github.com/llvm/llvm-project/pull/123003
More information about the cfe-commits
mailing list