aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-01-08 04:41:39 +0000
committerJohn McCall <rjmccall@apple.com>2010-01-08 04:41:39 +0000
commit12f97bc48ad403d4cc80476164a6fa20fa043d31 (patch)
tree2ab4efb0af0ef3d2eeba33b991be06affbc97cf9 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent58ec4fec88541e06d518a26bd47f26a42d20644b (diff)
downloadllvm-12f97bc48ad403d4cc80476164a6fa20fa043d31.zip
llvm-12f97bc48ad403d4cc80476164a6fa20fa043d31.tar.gz
llvm-12f97bc48ad403d4cc80476164a6fa20fa043d31.tar.bz2
Change the printing of OR_Deleted overload results to print all the candidates,
not just the viable ones. This is reasonable because the most common use of deleted functions is to exclude some implicit conversion during calls; users therefore will want to figure out why some other options were excluded. Started sorting overload results. Right now it just sorts by location in the translation unit (after putting viable functions first), but we can do better than that. Changed bool OnlyViable parameter to PrintOverloadCandidates to an enum for better self-documentation. llvm-svn: 92990
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions