Add missing header guards so the modules build will succeed.
authorJim Ingham <jingham@apple.com>
Thu, 20 Apr 2023 00:23:43 +0000 (17:23 -0700)
committerJim Ingham <jingham@apple.com>
Thu, 20 Apr 2023 00:24:11 +0000 (17:24 -0700)
clang/include/clang/Analysis/FlowSensitive/Arena.h

index 8dc51e0..d8a123c 100644 (file)
@@ -5,6 +5,8 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
+#ifndef LLVM_CLANG_ANALYSIS_FLOWSENSITIVE__ARENA_H
+#define LLVM_CLANG_ANALYSIS_FLOWSENSITIVE__ARENA_H
 
 #include "clang/Analysis/FlowSensitive/StorageLocation.h"
 #include "clang/Analysis/FlowSensitive/Value.h"
@@ -118,3 +120,5 @@ private:
 };
 
 } // namespace clang::dataflow
+
+#endif // LLVM_CLANG_ANALYSIS_FLOWSENSITIVE__ARENA_H