diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-17 05:17:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-17 05:17:42 +0000 |
commit | 0113edd5a61d3c1682379b89819566acf5415e89 (patch) | |
tree | db507988159f1a434c0c3dc220bc38f4dfc3721f /CodeGen/ModuleBuilder.cpp | |
parent | ddc23f3e6fdc4f83dd46ef7e20394cfbd6063ff9 (diff) |
add a hack so that codegen doesn't abort on missing sema of initializers, now
we emit stuff like this:
abort on missing sema of initializers, now
we emit stuff like this:
t3.c:1:24: warning: cannot codegen this initializer yet
const char x[2][4] = { { 'a', 'b', '\0', '\0' }, { 'c', 'd', 'e', '\0' } };
^~~~~~~~~~~~~~~~~~~~~~~~
This should be removed when sema is finished.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions