forked from OSchip/llvm-project
49252eb303
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 |
||
---|---|---|
.. | ||
DeclSpec.cpp | ||
Makefile | ||
MinimalAction.cpp | ||
ParseDecl.cpp | ||
ParseExpr.cpp | ||
ParseExprCXX.cpp | ||
ParseInit.cpp | ||
ParseObjc.cpp | ||
ParseStmt.cpp | ||
Parser.cpp |