[clang-tools-extra] r342226 - [clangd] Update IndexerMain.cpp file comment after rename. NFC
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 14 04:39:05 PDT 2018
Author: ibiryukov
Date: Fri Sep 14 04:39:05 2018
New Revision: 342226
URL: http://llvm.org/viewvc/llvm-project?rev=342226&view=rev
Log:
[clangd] Update IndexerMain.cpp file comment after rename. NFC
Modified:
clang-tools-extra/trunk/clangd/indexer/IndexerMain.cpp
Modified: clang-tools-extra/trunk/clangd/indexer/IndexerMain.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/indexer/IndexerMain.cpp?rev=342226&r1=342225&r2=342226&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/indexer/IndexerMain.cpp (original)
+++ clang-tools-extra/trunk/clangd/indexer/IndexerMain.cpp Fri Sep 14 04:39:05 2018
@@ -1,4 +1,4 @@
-//===--- GlobalSymbolBuilderMain.cpp -----------------------------*- C++-*-===//
+//===--- IndexerMain.cpp -----------------------------------------*- C++-*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list