Implement a FIXME: when a typedef is seen at statement scope, make sure to
actually add it into the declspec for the type being parsed. This allows us to do correct semantic analysis on: typedef int bar; int foo() { bar a; return a; } This reduces # errors parsing carbon.h from 731 to 654. llvm-svn: 39321
Loading
Please register or sign in to comment