]> granicus.if.org Git - clang/commit
PCH: When writing PCH files, tweak the predicate function deciding whether to mark...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 17 Sep 2009 03:06:51 +0000 (03:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 17 Sep 2009 03:06:51 +0000 (03:06 +0000)
commite24d38f6924c5a212b05bcebd87f29f17e2343f5
tree37801af273e21f1c9218ec95b6945679838acabf
parent04a0b50e19a5598330a4b42c5de2583e244df22f
PCH: When writing PCH files, tweak the predicate function deciding whether to mark a decl as "external" to be closer to reality.

This still isn't perfect, but I believe it is conservatively accurate at marking decls which IRgen needs to see, while still keeping the "deserialization footprint" on Cocoa.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHWriterDecl.cpp