Skip to content

Commit f31d078

Browse files
committed
Apply changes from code browser
Apply changes from code browser
1 parent 52464b3 commit f31d078

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- Facts.h - Lifetime Analysis Facts and Fact Generation ---*- C++ -*-===//
1+
//===- Facts.h - Lifetime Analysis Facts and Fact Manager ------*- 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.
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// This file defines Facts, which are atomic lifetime-relevant events (such as
10-
// loan issuance, loan expiration, origin flow, and use), and the FactGenerator,
11-
// which traverses the AST to generate these facts from CFG statements.
10+
// loan issuance, loan expiration, origin flow, and use), and the FactManager,
11+
// which manages the storage and retrieval of facts for each CFG block.
1212
//
1313
//===----------------------------------------------------------------------===//
1414
#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_FACTS_H

0 commit comments

Comments
 (0)