[PATCH] D100152: Support: Drop the no-op initializer for SignpostEmitterImpl::Signposts, NFC
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 16:34:18 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbf12b711f9ec: Support: Drop the no-op initializer for SignpostEmitterImpl::Signposts, NFC (authored by dexonsmith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100152/new/
https://reviews.llvm.org/D100152
Files:
llvm/lib/Support/Signposts.cpp
Index: llvm/lib/Support/Signposts.cpp
===================================================================
--- llvm/lib/Support/Signposts.cpp
+++ llvm/lib/Support/Signposts.cpp
@@ -59,7 +59,7 @@
}
public:
- SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter), Signposts() {}
+ SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter) {}
bool isEnabled() const {
if (SIGNPOSTS_AVAILABLE())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100152.336266.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210408/9b8f4520/attachment.bin>
More information about the llvm-commits
mailing list