[PATCH] D48758: Remove duplicated typedef in ilist.h
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 6 19:09:42 PDT 2018
chandlerc requested changes to this revision.
chandlerc added a comment.
This revision now requires changes to proceed.
What version of visual studio?
We have lots of build bots using MSVC and they aren't complaining about this. So I'm not sure where the source of the issue is, but I don't think it is this.
FWIW, C++ is totally fine with this kind of typedef.
Repository:
rL LLVM
https://reviews.llvm.org/D48758
More information about the llvm-commits
mailing list