aboutsummaryrefslogtreecommitdiff
path: root/tools/index-test/index-test.cpp
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-08-28 15:28:48 +0000
committerSteve Naroff <snaroff@apple.com>2009-08-28 15:28:48 +0000
commit50398199fb10e196a8d92fbf7a062dbe42ed88fd (patch)
tree3ede3f68610cf0fac022ddd89eac9fdec457c6da /tools/index-test/index-test.cpp
parent0dde18e5a713bc186062ca1ebc9967500b07faee (diff)
Lot's of little changes to get the C-based indexing API going...
Work in progress. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/index-test/index-test.cpp')
-rw-r--r--tools/index-test/index-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/index-test/index-test.cpp b/tools/index-test/index-test.cpp
index 02971ed782..88fd2417ac 100644
--- a/tools/index-test/index-test.cpp
+++ b/tools/index-test/index-test.cpp
@@ -214,7 +214,7 @@ int main(int argc, char **argv) {
FileManager FileMgr;
Program Prog;
- Indexer Idxer(Prog);
+ Indexer Idxer(Prog, FileMgr);
llvm::SmallVector<TUnit*, 4> TUnits;
// If no input was specified, read from stdin.