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++ -*-===//
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
You can’t perform that action at this time.
0 commit comments