[PATCH] D92221: Don't delete default constructor of PathDiagnosticConsumerOptions

Moritz Sichert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 01:51:21 PST 2021


MoritzS updated this revision to Diff 318463.
MoritzS added a comment.

Rebased onto master, run tests again


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 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92221.318463.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210122/087f44ec/attachment.bin>


More information about the cfe-commits mailing list