[PATCH] D62467: NFC: Change usage of 'DenseSet' to 'DenseSetImpl' in DenseSetImpl::ConstIterator.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 26 11:35:22 PDT 2019


rriddle added a comment.

Updated. This was actually a missed change from the split of DenseSet here(https://reviews.llvm.org/D25628) that results in build errors on MSVC when forward declaring DenseSet. This friend decl does not forward declare the template arguments as well, which creates a mismatch.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62467/new/

https://reviews.llvm.org/D62467





More information about the llvm-commits mailing list