summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-01-26 07:16:45 +0000
committerJohn McCall <rjmccall@apple.com>2010-01-26 07:16:45 +0000
commit8fe6808de0d1bd29b4c1f51ceb1442ee21fa0fa1 (patch)
tree3c04d80f5a65590cfc2ff889947e0cca2bf111ca /clang/lib/CodeGen/CodeGenModule.cpp
parent547c761dd6578896a80e649d2ca4ec4446ea3e44 (diff)
downloadbcm5719-llvm-8fe6808de0d1bd29b4c1f51ceb1442ee21fa0fa1.tar.gz
bcm5719-llvm-8fe6808de0d1bd29b4c1f51ceb1442ee21fa0fa1.zip
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. llvm-svn: 94530
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud