[modules] Correctly overload getModule in the MultiplexExternalSemaSource
authorRaphael Isemann <teemperor@gmail.com>
Mon, 22 Jan 2018 15:27:25 +0000 (15:27 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 22 Jan 2018 15:27:25 +0000 (15:27 +0000)
commit025d620ce92f559aeaba326605ce1b70d09295d1
tree9c3fbc497043eb9e71b92e1f1f4c3bbcc6613701
parent57f9b363c19ae58d8e895856e20b3f23951624b4
[modules] Correctly overload getModule in the MultiplexExternalSemaSource

Summary:
The MultiplexExternalSemaSource doesn't correctly overload the `getModule` function,
causing the multiplexer to not forward this call as intended.

Reviewers: v.g.vassilev

Reviewed By: v.g.vassilev

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D39416

llvm-svn: 323122
clang/include/clang/Sema/MultiplexExternalSemaSource.h
clang/lib/Sema/MultiplexExternalSemaSource.cpp