aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-08-12 01:46:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-08-12 01:46:03 +0000
commit6c716116dfc8655aec56b5f6cd7a3c99165d86bb (patch)
tree0aa9c9e4da4052c3bcbe73a609ddc354a256bf6c /llvm/lib/Object/ELFObjectFile.cpp
parent4164dd9167f2f049e2a5e1bd3970a6bb45889462 (diff)
downloadllvm-6c716116dfc8655aec56b5f6cd7a3c99165d86bb.zip
llvm-6c716116dfc8655aec56b5f6cd7a3c99165d86bb.tar.gz
llvm-6c716116dfc8655aec56b5f6cd7a3c99165d86bb.tar.bz2
PR34163: Don't cache an incorrect key function for a class if queried between
the class becoming complete and its inline methods being parsed. This replaces the hack of using the "late parsed template" flag to track member functions with bodies we've not parsed yet; instead we now use the "will have body" flag, which carries the desired implication that the function declaration *is* a definition, and that we've just not parsed its body yet. llvm-svn: 310776
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions