]> granicus.if.org Git - clang/commit
Add -femit-all-decls codegen option.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 4 Feb 2009 21:19:06 +0000 (21:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 4 Feb 2009 21:19:06 +0000 (21:19 +0000)
commitd604c40e933c445ff33ac83d62cc6b1adcf7014c
tree22d5401327786d4c221e2e0ea484cc44c7375e49
parent4b5f0a4bd6645e87e5feae4be4675ce87d97b4a5
Add -femit-all-decls codegen option.
 - Emits all declarations, even unused (static) ones.
 - Useful when doing minimization of codegen problems (otherwise
   problems localized to a static function aren't minimized well).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63776 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
include/clang/Basic/LangOptions.h
lib/CodeGen/CodeGenModule.cpp