"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "f1221bd01bbf77a5ad24e30dcf126a4865941c50"
Two more Windows-related fixes:
- More enum signeness bitfield fixes (MSVC treats enums as signed). - Fixed in Lex/HeaderSearch.cpp an unsafe copy between two HeaderSearch::PerFileInfo entries in a common vector. The copy involved two calls to getFileInfo() within the assignment; these calls could have side-effects that enlarged the internal vector, and with MSVC this would invalidate one of the values in the assignment. Patch by Argiris Kirtzidis! llvm-svn: 47536
Loading
Please register or sign in to comment