]> granicus.if.org Git - clang/commit
Correctly deal with using names for both functions and structs in chained PCH.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 30 Jul 2010 17:25:10 +0000 (17:25 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 30 Jul 2010 17:25:10 +0000 (17:25 +0000)
commit1450ef99896d66ba67e2ddd2798a29be1bf560b8
tree9f8604dcd59cf44df0cd9d67a46fc2bbf403647f
parent9f339ba5b00256588d0d78786fff6d48ef073015
Correctly deal with using names for both functions and structs in chained PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/IdentifierResolver.cpp
test/PCH/Inputs/chain-decls1.h [new file with mode: 0644]
test/PCH/Inputs/chain-decls2.h [new file with mode: 0644]
test/PCH/Inputs/chain-function1.h [deleted file]
test/PCH/Inputs/chain-function2.h [deleted file]
test/PCH/chain-decls.c [new file with mode: 0644]
test/PCH/chain-function.c [deleted file]