summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/SourceManagerTest.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-12 02:16:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-12 02:16:29 +0000
commite73d2a9fff82a5c22d923d47cdf81593e4b9425b (patch)
treeb408f667fac04e7c77794558ba8ef98e1bc5c9f0 /clang/unittests/Basic/SourceManagerTest.cpp
parentc51cd47549c73c7dfbab855efa667856058d0702 (diff)
downloadbcm5719-llvm-e73d2a9fff82a5c22d923d47cdf81593e4b9425b.tar.gz
bcm5719-llvm-e73d2a9fff82a5c22d923d47cdf81593e4b9425b.zip
clang/unittests: Fixup corresponding to r172290.
llvm-svn: 172295
Diffstat (limited to 'clang/unittests/Basic/SourceManagerTest.cpp')
-rw-r--r--clang/unittests/Basic/SourceManagerTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/unittests/Basic/SourceManagerTest.cpp b/clang/unittests/Basic/SourceManagerTest.cpp
index bb20faa4124..443d0771452 100644
--- a/clang/unittests/Basic/SourceManagerTest.cpp
+++ b/clang/unittests/Basic/SourceManagerTest.cpp
@@ -58,6 +58,9 @@ class VoidModuleLoader : public ModuleLoader {
bool IsInclusionDirective) {
return ModuleLoadResult();
}
+
+ virtual void makeModuleVisible(Module *Mod,
+ Module::NameVisibilityKind Visibility) { }
};
TEST_F(SourceManagerTest, isBeforeInTranslationUnit) {
OpenPOWER on IntegriCloud