Skip to content

Commit 146a15c

Browse files
authored
Apply changes from code browser
Apply changes from code browser
1 parent feeb663 commit 146a15c

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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"

clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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

clang/lib/Analysis/LifetimeSafety/LoanPropagation.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

410
namespace clang::lifetimes::internal {

0 commit comments

Comments
 (0)