]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix a compiler warning
authorGabor Horvath <xazax.hun@gmail.com>
Wed, 28 Feb 2018 14:01:48 +0000 (14:01 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Wed, 28 Feb 2018 14:01:48 +0000 (14:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326324 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

index 4dd214b11ec0413d3000a93ec6ad92953887ca85..f939416cd8194a8543e8543f14be8ea970497ca5 100644 (file)
@@ -155,7 +155,8 @@ public:
 
   BugReporter& getBugReporter() { return BR; }
 
-  cross_tu::CrossTranslationUnitContext *getCrossTranslationUnitContext() {
+  cross_tu::CrossTranslationUnitContext *
+  getCrossTranslationUnitContext() override {
     return &CTU;
   }