]> granicus.if.org Git - clang/commit
Retain attributes for K&R style parameter declarations.
authorRichard Pennington <rich@pennware.com>
Tue, 23 Feb 2010 12:22:13 +0000 (12:22 +0000)
committerRichard Pennington <rich@pennware.com>
Tue, 23 Feb 2010 12:22:13 +0000 (12:22 +0000)
commit33efe2f088ae40b5129fe4ab021912e80129e155
tree0a9b8977502ce3b45f9e32fc0cec7c903d95fb0d
parent786cc72ecaadafbe339edc548afa9daf891c4278
Retain attributes for K&R style parameter declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96941 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/Parser.cpp
test/Parser/knr_parameter_attributes.c [new file with mode: 0644]