File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
clang/include/clang/Analysis/Analyses/LifetimeSafety Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- // ===- Utils.h - Utility Functions for Immutable Collections ---*- C++ -*-===//
1
+ // ===- Utils.h - Utility Functions for Lifetime Safety ----- ---*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
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.
12
9
//
13
10
// ===----------------------------------------------------------------------===//
14
11
#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_UTILS_H
You can’t perform that action at this time.
0 commit comments