[cfe-commits] r166913 - /cfe/trunk/tools/libclang/IndexingContext.cpp
Nick Lewycky
nicholas at mxc.ca
Sun Oct 28 23:03:40 PDT 2012
Author: nicholas
Date: Mon Oct 29 01:03:40 2012
New Revision: 166913
URL: http://llvm.org/viewvc/llvm-project?rev=166913&view=rev
Log:
Fix name of this file.
Modified:
cfe/trunk/tools/libclang/IndexingContext.cpp
Modified: cfe/trunk/tools/libclang/IndexingContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/IndexingContext.cpp?rev=166913&r1=166912&r2=166913&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/IndexingContext.cpp (original)
+++ cfe/trunk/tools/libclang/IndexingContext.cpp Mon Oct 29 01:03:40 2012
@@ -1,4 +1,4 @@
-//===- CIndexHigh.cpp - Higher level API functions ------------------------===//
+//===- IndexingContext.cpp - Higher level API functions -------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list