diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-10-29 06:03:40 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-10-29 06:03:40 +0000 |
commit | 6cd2bf886c49e9e2d8fbd1d387380cc02577bee1 (patch) | |
tree | 1274962cad94cbeea21eb3b03893c297e9ba5fc8 /tools/libclang/IndexingContext.cpp | |
parent | eb86dcc0087fef6b58087a491d73d510c0658609 (diff) |
Fix name of this file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang/IndexingContext.cpp')
-rw-r--r-- | tools/libclang/IndexingContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/IndexingContext.cpp b/tools/libclang/IndexingContext.cpp index 09efebb62f..d4daa49de9 100644 --- a/tools/libclang/IndexingContext.cpp +++ b/tools/libclang/IndexingContext.cpp @@ -1,4 +1,4 @@ -//===- CIndexHigh.cpp - Higher level API functions ------------------------===// +//===- IndexingContext.cpp - Higher level API functions -------------------===// // // The LLVM Compiler Infrastructure // |