diff options
Diffstat (limited to 'include/clang/CodeGen/CodeGenAction.h')
| -rw-r--r-- | include/clang/CodeGen/CodeGenAction.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/clang/CodeGen/CodeGenAction.h b/include/clang/CodeGen/CodeGenAction.h index f8fd56152f23..264780d01ca9 100644 --- a/include/clang/CodeGen/CodeGenAction.h +++ b/include/clang/CodeGen/CodeGenAction.h @@ -45,7 +45,7 @@ protected:    void EndSourceFileAction() override;  public: -  ~CodeGenAction(); +  ~CodeGenAction() override;    /// setLinkModule - Set the link module to be used by this action.  If a link    /// module is not provided, and CodeGenOptions::LinkBitcodeFile is non-empty, | 
