[llvm-branch-commits] [cfe-branch] r348451 - Merging r343369:
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 5 19:14:34 PST 2018
Author: tstellar
Date: Wed Dec 5 19:14:33 2018
New Revision: 348451
URL: http://llvm.org/viewvc/llvm-project?rev=348451&view=rev
Log:
Merging r343369:
------------------------------------------------------------------------
r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line
[cxx2a] Fix warning triggered by r343285
------------------------------------------------------------------------
Modified:
cfe/branches/release_70/include/clang/AST/DeclBase.h
Modified: cfe/branches/release_70/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_70/include/clang/AST/DeclBase.h?rev=348451&r1=348450&r2=348451&view=diff
==============================================================================
--- cfe/branches/release_70/include/clang/AST/DeclBase.h (original)
+++ cfe/branches/release_70/include/clang/AST/DeclBase.h Wed Dec 5 19:14:33 2018
@@ -1216,7 +1216,6 @@ public:
value_type SingleElement;
public:
- iterator() = default;
explicit iterator(pointer Pos, value_type Single = nullptr)
: IteratorBase(Pos), SingleElement(Single) {}
More information about the llvm-branch-commits
mailing list