summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-12-06 03:14:46 +0000
committerTom Stellard <tstellar@redhat.com>2018-12-06 03:14:46 +0000
commite2bdf494cdab5fe6e93e99fe731defe963a1165e (patch)
treea3de10cf9e4dc104b887f369a130b7c8019db12e
parent5d1a670b7c097e45e03823862dfe6d692f8e8415 (diff)
downloadbcm5719-llvm-e2bdf494cdab5fe6e93e99fe731defe963a1165e.tar.gz
bcm5719-llvm-e2bdf494cdab5fe6e93e99fe731defe963a1165e.zip
Merging r343369:
------------------------------------------------------------------------ r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line [cxx2a] Fix warning triggered by r343285 ------------------------------------------------------------------------ llvm-svn: 348452
-rw-r--r--clang-tools-extra/clang-doc/BitcodeWriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-doc/BitcodeWriter.h b/clang-tools-extra/clang-doc/BitcodeWriter.h
index 8aa38e142b0..3d8a68fbc84 100644
--- a/clang-tools-extra/clang-doc/BitcodeWriter.h
+++ b/clang-tools-extra/clang-doc/BitcodeWriter.h
@@ -161,7 +161,6 @@ private:
Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize);
}
- StreamSubBlockGuard() = default;
StreamSubBlockGuard(const StreamSubBlockGuard &) = delete;
StreamSubBlockGuard &operator=(const StreamSubBlockGuard &) = delete;
OpenPOWER on IntegriCloud