diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-01-15 06:49:38 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-01-15 06:49:38 +0000 |
commit | da1f933e12170223ad5e2ac767c5c90d2c4c5c0e (patch) | |
tree | e4eb3499f1dc1e24a901c2fbf9149a3cafd3df42 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 1517128912cfe5c9e7635424f683f9a6695fcfe0 (diff) | |
download | llvm-da1f933e12170223ad5e2ac767c5c90d2c4c5c0e.zip llvm-da1f933e12170223ad5e2ac767c5c90d2c4c5c0e.tar.gz llvm-da1f933e12170223ad5e2ac767c5c90d2c4c5c0e.tar.bz2 |
PR14918: Don't confuse braced-init-lists after template variable declarations
with function definitions.
We really should remove Parser::isDeclarationAfterDeclarator entirely, since
it's meaningless in C++11 (an open brace could be either a function definition
or an initializer, which is what it's trying to differentiate between). The
other caller of it happens to be correct right now...
llvm-svn: 172510
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions