David Majnemer b7477b540e [PDB] Don't use the long type
Long is not the same size across a number of the platforms we support.
Use unsigned int here instead, it is more appropriate because
overflow/wrap-around is possible and, in this case, expected.

llvm-svn: 290068
2016-12-18 20:10:50 +00:00
..
2016-12-17 00:58:19 +00:00
2016-12-18 00:41:10 +00:00
2016-12-18 20:10:50 +00:00