]> granicus.if.org Git - clang/commit
reject 'typedef int y; int test(x, y)'.
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 06:47:48 +0000 (06:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 06:47:48 +0000 (06:47 +0000)
commitaaf9ddbeab08a43203cf6b9ca4986c8c6fe6fdc6
treecaadd21ecd2045055bbc8f5f60bab5ec3625f554
parent50c6477a06186aeee50415fd90e5f71da68e8616
reject 'typedef int y; int test(x, y)'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49270 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Parse/ParseDecl.cpp
test/Parser/declarators.c
test/Sema/arg-duplicate.c