DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
authorYaron Keren <yaron.keren@gmail.com>
Sun, 17 Nov 2013 09:47:39 +0000 (09:47 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sun, 17 Nov 2013 09:47:39 +0000 (09:47 +0000)
commite5a694ab578416d8d280836937c7d2714b1a83e6
tree54ba0d0c1e2da46ef825eb5c217376c0129ab720
parente7a1e3ee8279f12d0f2b49fb198d577949795c88
DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
This patch modifies LineCol to be a uint32_t.

See http://llvm.org/bugs/show_bug.cgi?id=17957

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194957 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/DebugLoc.h