]> granicus.if.org Git - clang/commit
When building a PCH file, don't perform end-of-translation-unit
authorDouglas Gregor <dgregor@apple.com>
Tue, 14 Apr 2009 16:27:31 +0000 (16:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 14 Apr 2009 16:27:31 +0000 (16:27 +0000)
commitf807fe0d1a865f4c6ba7e494cf4ae360c4173521
treef0bbaf88dd034f90d941b171e3c6b3a7cf9fcf68
parentd824c9c281c163ba86f3cc10c5572120234a2454
When building a PCH file, don't perform end-of-translation-unit
wrap-up (e.g., turning tentative definitions into definitions). Also,
very that, when we actually use the PCH file, we get the ride code
generation for tentative definitions and definitions that show up in
the PCH file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69043 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/ParseAST.h
lib/Sema/ParseAST.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
test/PCH/external-defs.c
test/PCH/external-defs.h
tools/clang-cc/clang-cc.cpp