summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-10-10 23:15:05 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-10-10 23:15:05 +0000
commiteae04111d0a6eb30a300c2a02703a746ac3ff72f (patch)
tree7ab65c1f12051fd44be058461042be524fc11482 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent27678b09610a79889d3358d72a48b07ceacbbb88 (diff)
Fix a crash-on-invalid when parsing a reference to an invalid auto declaration
auto x((unknown)); int& y = x; would crash because we were not flagging 'x' as an invalid declaration here. llvm-svn: 165675
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions