]> granicus.if.org Git - clang/commit
Fixes a typo which caused byte offset in debug info
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 11 Oct 2010 23:55:47 +0000 (23:55 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 11 Oct 2010 23:55:47 +0000 (23:55 +0000)
commitfe8fdba52d89ea72aba6efbb6346394277224db4
treee57f34707081ffb2124a54f0b12fbdc4353a54e7
parent83e18f806087436cb99ad2d044dff04d59d5dd05
Fixes a typo which caused byte offset in debug info
for ivars to be 0. Fixes pr8353.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp