diff options
author | Fangrui Song <maskray@google.com> | 2019-03-01 06:49:51 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-03-01 06:49:51 +0000 |
commit | 524b3c181012caf2197abdff8cf96d0d75873125 (patch) | |
tree | a6d194a33188b01461718f70d837c43355cfa76a /clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp | |
parent | 78be8b6d53221eef49603ed64dd0670ff5a65727 (diff) | |
download | bcm5719-llvm-524b3c181012caf2197abdff8cf96d0d75873125.tar.gz bcm5719-llvm-524b3c181012caf2197abdff8cf96d0d75873125.zip |
Fix file headers. NFC
llvm-svn: 355176
Diffstat (limited to 'clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp')
-rw-r--r-- | clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp b/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp index a113ca95692..74d59338689 100644 --- a/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp +++ b/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp @@ -1,4 +1,4 @@ -//===--- TransEmptyStatements.cpp - Transformations to ARC mode -----------===// +//===-- TransEmptyStatementsAndDealloc.cpp - Transformations to ARC mode --===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |