Go to file
Douglas Gregor 5a80bd1504 Rework the way we find locally-scoped external declarations when we
need them to evaluate redeclarations or call a function that hasn't
already been declared. We now keep a DenseMap of these locally-scoped
declarations so that they are not visible but can be quickly found,
e.g., when we're looking for previous declarations or before we go
ahead and implicitly declare a function that's being called. Fixes
PR3672.

llvm-svn: 65792
2009-03-02 00:19:53 +00:00
clang Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
llvm Fix a problem with DAGCombine on 64b targets where folding 2009-03-01 23:44:07 +00:00