commit | 222a88109a74767391502810def760d2623dbcd7 | [log] [tgz] |
---|---|---|
author | David Majnemer <david.majnemer@gmail.com> | Wed Jan 13 01:05:23 2016 +0000 |
committer | David Majnemer <david.majnemer@gmail.com> | Wed Jan 13 01:05:23 2016 +0000 |
tree | 5f940000713d4acfb29999edcc34e18dc07497aa | |
parent | 812af1efba18ceeda296e1bed2e9e59eecd4e9d2 [diff] |
[CodeView] Mark our lines as statements, not expressions The line tables for CodeView make a distinction between expressions and statements. As it turns out, MSVC always emits them as statements and we always emit them as expressions. Let's switch to statements to match the CodeView that they emit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257553 91177308-0d34-0410-b5e6-96231b3b80d8