]> granicus.if.org Git - clang/commit
Reapply "[Modules] Fix regression when an elaborated-type-specifier mentions a hidden...
authorBen Langmuir <blangmuir@apple.com>
Fri, 11 Dec 2015 22:05:13 +0000 (22:05 +0000)
committerBen Langmuir <blangmuir@apple.com>
Fri, 11 Dec 2015 22:05:13 +0000 (22:05 +0000)
commit0bcdfea9041f7d7a2c7ed642e53b2a5bc43a37a5
tree8a17d47e74cff38874ac1e6d197691099ccc0fba
parente43aacb1ea03bef88c640b5029fb9b76cce63afd
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
lib/Sema/SemaDecl.cpp
test/Modules/Inputs/elaborated-type-structs.h [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/elaborated-type-specifier-from-hidden-module.m [new file with mode: 0644]