diff options
Diffstat (limited to 'clang/tools/libclang/CIndexDiagnostic.h')
| -rw-r--r-- | clang/tools/libclang/CIndexDiagnostic.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/CIndexDiagnostic.h b/clang/tools/libclang/CIndexDiagnostic.h index 4f005e5aecc..9f406987ebf 100644 --- a/clang/tools/libclang/CIndexDiagnostic.h +++ b/clang/tools/libclang/CIndexDiagnostic.h @@ -117,7 +117,7 @@ struct CXStoredDiagnostic : public CXDiagnosticImpl {      : CXDiagnosticImpl(StoredDiagnosticKind),        Diag(Diag), LangOpts(LangOpts) { } -  ~CXStoredDiagnostic() override = default; +  ~CXStoredDiagnostic() override {}    /// \brief Return the severity of the diagnostic.    CXDiagnosticSeverity getSeverity() const override;  | 

