aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/EpochTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/EpochTracker.h')
-rw-r--r--include/llvm/ADT/EpochTracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/EpochTracker.h b/include/llvm/ADT/EpochTracker.h
index d593073..582d581 100644
--- a/include/llvm/ADT/EpochTracker.h
+++ b/include/llvm/ADT/EpochTracker.h
@@ -30,7 +30,7 @@ public:
class HandleBase {
public:
- HandleBase() {}
+ HandleBase() = default;
explicit HandleBase(const DebugEpochBase *) {}
bool isHandleInSync() const { return true; }
const void *getEpochAddress() const { return nullptr; }