]> granicus.if.org Git - clang/commit
[AST] Don't use make_pointee_iterator in VTableBuilder.
authorJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 19:26:22 +0000 (19:26 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 19:26:22 +0000 (19:26 +0000)
commit1f8778c83ac34f51f6c54f577acd738c11e1a0a5
treeaf71e402878038d8853cc03be47e206bf1900286
parent48fe699daa8509cf338f3c041ab486378cadb155
[AST] Don't use make_pointee_iterator in VTableBuilder.

Our implementation of make_pointee_iterator seems to be causing MSVC
2015 to crash, so I'm going to remove it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/VTableBuilder.cpp