[clang-tools-extra] r366875 - [clangd] Update a stale comment, NFC.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 00:57:25 PDT 2019


Author: hokein
Date: Wed Jul 24 00:57:25 2019
New Revision: 366875

URL: http://llvm.org/viewvc/llvm-project?rev=366875&view=rev
Log:
[clangd] Update a stale comment, NFC.

Modified:
    clang-tools-extra/trunk/clangd/refactor/tweaks/ExpandAutoType.cpp

Modified: clang-tools-extra/trunk/clangd/refactor/tweaks/ExpandAutoType.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/refactor/tweaks/ExpandAutoType.cpp?rev=366875&r1=366874&r2=366875&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/refactor/tweaks/ExpandAutoType.cpp (original)
+++ clang-tools-extra/trunk/clangd/refactor/tweaks/ExpandAutoType.cpp Wed Jul 24 00:57:25 2019
@@ -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.




More information about the cfe-commits mailing list