the declspec of a declaration can have storage-class specifiers,
type qualifiers and type specifiers in any order. For example, this is valid: struct x {...} typedef y; This fixes PR6208. llvm-svn: 95094
Loading
Please register or sign in to comment