summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.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/AsmParser/LLParser.cpp
parent27678b09610a79889d3358d72a48b07ceacbbb88 (diff)
downloadbcm5719-llvm-eae04111d0a6eb30a300c2a02703a746ac3ff72f.tar.gz
bcm5719-llvm-eae04111d0a6eb30a300c2a02703a746ac3ff72f.zip
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/AsmParser/LLParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud