MoritzS updated this revision to Diff 313145. MoritzS added a comment. Rebased onto master
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92221/new/ https://reviews.llvm.org/D92221 Files: clang/include/clang/Analysis/PathDiagnostic.h Index: clang/include/clang/Analysis/PathDiagnostic.h =================================================================== --- clang/include/clang/Analysis/PathDiagnostic.h +++ 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 {
Index: clang/include/clang/Analysis/PathDiagnostic.h =================================================================== --- clang/include/clang/Analysis/PathDiagnostic.h +++ 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 {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits