File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
clang/lib/Analysis/LifetimeSafety Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1- // TODO: Add file header
1+ // ===- FactsGenerator.cpp - Lifetime Facts Generation -----------*- C++ -*-===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
29#include " clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h"
310#include " clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h"
411#include " clang/Analysis/Analyses/PostOrderCFGView.h"
Original file line number Diff line number Diff line change 1- // TODO: Add file header
1+ // ===- LiveOrigins.cpp - Live Origins Analysis -----------------*- C++ -*-===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
29#include " clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h"
310#include " llvm/Support/ErrorHandling.h"
411
Original file line number Diff line number Diff line change 1- // TODO: Add file header
1+ // ===- LoanPropagation.cpp - Loan Propagation Analysis ---------*- C++ -*-===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
28#include " clang/Analysis/Analyses/LifetimeSafety/LoanPropagation.h"
39
410namespace clang ::lifetimes::internal {
You can’t perform that action at this time.
0 commit comments