When instantiating anonymous structs/unions within a function, make
sure that the anonymous struct/union record declaration gets instantiated before the variable declaration, and that it and its fields (recursively) get entries in the local instantiation map. Fixes PR7088. llvm-svn: 104305
Loading
Please register or sign in to comment