diff options
Diffstat (limited to 'clang/unittests/Lex/LexerTest.cpp')
-rw-r--r-- | clang/unittests/Lex/LexerTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/unittests/Lex/LexerTest.cpp b/clang/unittests/Lex/LexerTest.cpp index 40ce928014d..8aa95c966ad 100644 --- a/clang/unittests/Lex/LexerTest.cpp +++ b/clang/unittests/Lex/LexerTest.cpp @@ -40,6 +40,9 @@ class VoidModuleLoader : public ModuleLoader { Module::NameVisibilityKind Visibility, SourceLocation ImportLoc, bool Complain) { } + + virtual GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) + { return 0; } }; // The test fixture. |