Files
clang-p2996/llvm/lib/DebugInfo/PDB
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-18 20:10:50 +00:00
2016-05-06 20:59:35 +00:00