Reapply "[Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag"
Now not trying to use a C++ lookup mechanism in C (d'oh). Unqualified lookup is actually fine for this case in C. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255377 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Sema/SemaDecl.cpp 7 additions, 0 deletionslib/Sema/SemaDecl.cpp
- test/Modules/Inputs/elaborated-type-structs.h 3 additions, 0 deletionstest/Modules/Inputs/elaborated-type-structs.h
- test/Modules/Inputs/module.map 7 additions, 0 deletionstest/Modules/Inputs/module.map
- test/Modules/elaborated-type-specifier-from-hidden-module.m 18 additions, 0 deletionstest/Modules/elaborated-type-specifier-from-hidden-module.m
Loading
Please register or sign in to comment