Reject declarations with 'in' or 'out' qualifiers
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 31 Mar 2010 20:15:23 +0000 (13:15 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 31 Mar 2010 20:15:23 +0000 (13:15 -0700)
commite0800062daf237a9e4f893bc3db473da8f7472c0
tree46bc90b4f7cd8e2202e4919f656552c8e30a50a4
parenta705d65ccd1e204cc0b667df2678cc6921cbd9f5
Reject declarations with 'in' or 'out' qualifiers

'in' and 'out' can only be used in function parameter lists or at
global scope (1.30 and later).  This change enforces this.
ast_to_hir.cpp