Skip to content

Commit 867dd72

Browse files
authored
Apply changes from code browser
Apply changes from code browser
1 parent 64ebbeb commit 867dd72

File tree

1 file changed

+3
-6
lines changed
  • clang/include/clang/Analysis/Analyses/LifetimeSafety

1 file changed

+3
-6
lines changed

clang/include/clang/Analysis/Analyses/LifetimeSafety/Utils.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
//===- Utils.h - Utility Functions for Immutable Collections ---*- C++ -*-===//
1+
//===- Utils.h - Utility Functions for Lifetime Safety --------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===----------------------------------------------------------------------===//
8-
//
9-
// This file provides utility functions for working with LLVM's immutable data
10-
// structures, including join operations for ImmutableSet and ImmutableMap
11-
// used throughout the lifetime safety analysis.
7+
// This file provides utilities for the lifetime safety analysis, including
8+
// join operations for LLVM's immutable data structures.
129
//
1310
//===----------------------------------------------------------------------===//
1411
#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_UTILS_H

0 commit comments

Comments
 (0)