diff --git a/clang/include/clang/Analysis/PathDiagnostic.h b/clang/include/clang/Analysis/PathDiagnostic.h --- a/clang/include/clang/Analysis/PathDiagnostic.h +++ b/clang/include/clang/Analysis/PathDiagnostic.h @@ -95,8 +95,6 @@ /// Whether the consumer should present the name of the entity that emitted /// the diagnostic (eg., a checker) so that the user knew how to disable it. bool ShouldDisplayDiagnosticName; - - PathDiagnosticConsumerOptions() = delete; }; class PathDiagnosticConsumer {