diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-25 06:12:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-25 06:12:16 +0000 |
commit | 2dbd285f5033ca6dea25babfd1c43d9fec35e7e5 (patch) | |
tree | e3a1f6f14316cf44f45dcc28f142ca4db08487b3 /lib/Frontend/PCHWriter.cpp | |
parent | 1ad9b28e3217c2349a04f3d3bf14f9c73a99afa7 (diff) |
fix PR4049, a crash on invalid, by making sema install the right number of
parameters in a functiondecl, even if the decl is invalid and has a confusing
Declarator. On the testcase, we now emit one beautiful diagnostic:
t.c:2:1: error: unknown type name 'unknown_type'
unknown_type f(void*)
^
GCC 4.0 produces:
t.c:2: error: syntax error before ‘f’
t.c: In function ‘f’:
t.c:2: error: parameter name omitted
and GCC 4.2:
t.c:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
0 files changed, 0 insertions, 0 deletions