[PATCH] D92221: Don't delete default constructor of PathDiagnosticConsumerOptions
Moritz Sichert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 21 10:26:53 PST 2020
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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92221.313145.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201221/6bdf294b/attachment.bin>
More information about the cfe-commits
mailing list