Skip to content
Commit 88764cf8 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

When synthesizing a label declaration based on a goto statement that

cannot yet be resolved, be sure to push the new label declaration into
the right place within the identifier chain. Otherwise, name lookup in
C++ gets confused when searching for names that are lexically closer
than the label. Fixes PR9463.

llvm-svn: 127623
parent 0c1f0982
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment