"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "5469ec1072837b9387710b01ba6f87f6d6229c3f"
[ms-cxxabi] Mangle variadic template parameter packs
Unlike Itanium, there is no code to indicate the beginning of a parameter pack. I tested this with MSVC 2013, which is the only version that implements variadic templates so far. This is needed to compile APInt.cpp for the MS C++ ABI. Reviewers: timurrrr Differential Revision: http://llvm-reviews.chandlerc.com/D1077 llvm-svn: 185454
Loading
Please register or sign in to comment