diff options
author | John McCall <rjmccall@apple.com> | 2010-01-26 07:16:45 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-01-26 07:16:45 +0000 |
commit | 7edb5fdf9703e1abd780417db691b77d5fcbc610 (patch) | |
tree | 3a2e028bf7408894a04ae9a10487edf6c67d811a /lib/CodeGen/CGBlocks.cpp | |
parent | aec7caa3c40891727164167ece11d552422803d2 (diff) |
Handle redeclarations found by ADL deterministically and reasonably.
This solution relies on an O(n) scan of redeclarations, which means it might
scale poorly in crazy cases with tons of redeclarations brought in by a ton
of distinct associated namespaces. I believe that avoiding this
is not worth the common-case cost.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
0 files changed, 0 insertions, 0 deletions