diff options
author | Haojian Wu <hokein@google.com> | 2019-07-24 07:57:25 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2019-07-24 07:57:25 +0000 |
commit | 0e7bbb11220a761fd999440b9bba3d30cac35095 (patch) | |
tree | 07afa6e151d291a97e70773c3f68b64a576c1274 | |
parent | 509ad30d85f9ef1692f764712bf1f97e107ddb07 (diff) | |
download | bcm5719-llvm-0e7bbb11220a761fd999440b9bba3d30cac35095.tar.gz bcm5719-llvm-0e7bbb11220a761fd999440b9bba3d30cac35095.zip |
[clangd] Update a stale comment, NFC.
llvm-svn: 366875
-rw-r--r-- | clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp b/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp index 46ed334817b..d14cd0f0ba7 100644 --- a/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp +++ b/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp @@ -1,4 +1,4 @@ -//===--- ReplaceAutoType.cpp -------------------------------------*- C++-*-===// +//===--- ExpandAutoType.cpp --------------------------------------*- C++-*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |