Try to work around an MSVC 2013 bug around defaulted default ctors
authorReid Kleckner <rnk@google.com>
Tue, 16 Aug 2016 20:20:56 +0000 (20:20 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 16 Aug 2016 20:20:56 +0000 (20:20 +0000)
commitd0ea59719fbaf2ada4733101a9c113c89e9ca834
tree9016a1dd738e3625549f31419579aad40f6b39c3
parent9780df5385e087696ed29875238170dd69760074
Try to work around an MSVC 2013 bug around defaulted default ctors

An UnresolvedSetIterator() is supposed to be zeroed out, but MSVC 2013
does not do that.

llvm-svn: 278842
clang/include/clang/AST/UnresolvedSet.h