diff options
author | Manman Ren <manman.ren@gmail.com> | 2016-04-13 23:43:56 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2016-04-13 23:43:56 +0000 |
commit | 051d0b620dc12b5d666b300c7fcee480e12cdf1d (patch) | |
tree | bfbd5c7e8f4ae643aad98f48cd6a5f2bf3c253de /lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp | |
parent | 9305fd1f8617a92dd0157b6b068f899cd1688af3 (diff) | |
download | bcm5719-llvm-051d0b620dc12b5d666b300c7fcee480e12cdf1d.tar.gz bcm5719-llvm-051d0b620dc12b5d666b300c7fcee480e12cdf1d.zip |
ObjC kindof: order the methods in global pool relative to availability.
r265877 tries to put methods that are deprecated or unavailable to the
front of the global pool to emit diagnostics, but it breaks some of
our existing codes that depend on choosing a certain method for id
lookup.
This commit orders the methods with the same declaration with respect
to the availability, but do not order methods with different declaration.
rdar://25707511
llvm-svn: 266264
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp')
0 files changed, 0 insertions, 0 deletions