From: Gabor Horvath Date: Wed, 28 Feb 2018 14:01:48 +0000 (+0000) Subject: [analyzer] Fix a compiler warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=163901b2a2127dadbc88439432e65a185178e5e4;p=clang [analyzer] Fix a compiler warning git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326324 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h index 4dd214b11e..f939416cd8 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h @@ -155,7 +155,8 @@ public: BugReporter& getBugReporter() { return BR; } - cross_tu::CrossTranslationUnitContext *getCrossTranslationUnitContext() { + cross_tu::CrossTranslationUnitContext * + getCrossTranslationUnitContext() override { return &CTU; }