diff options
author | Steve Naroff <snaroff@apple.com> | 2009-08-28 15:28:48 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-08-28 15:28:48 +0000 |
commit | a1c728438c44ae9727d6bbedc4d1dcfdacb95122 (patch) | |
tree | 315e50806957dea9fe498e569a213ad4c95da44b /clang/tools/index-test/index-test.cpp | |
parent | 4bd7875b9cf4e5a2f68b554db0456200a97b4280 (diff) | |
download | bcm5719-llvm-a1c728438c44ae9727d6bbedc4d1dcfdacb95122.tar.gz bcm5719-llvm-a1c728438c44ae9727d6bbedc4d1dcfdacb95122.zip |
Lot's of little changes to get the C-based indexing API going...
Work in progress.
llvm-svn: 80367
Diffstat (limited to 'clang/tools/index-test/index-test.cpp')
-rw-r--r-- | clang/tools/index-test/index-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/index-test/index-test.cpp b/clang/tools/index-test/index-test.cpp index 02971ed782a..88fd2417ac0 100644 --- a/clang/tools/index-test/index-test.cpp +++ b/clang/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. |