Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forbid arrays of function-type and structures with function-typed fields. | Nick Lewycky | 2009-09-15 | 1 | -0/+6 |
While I'm there, change code that does: SomeTy == Type::getFooType(Context) into: SomeTy->getTypeID() == FooTyID to decrease the amount of useless type creation which may involve locking, etc. llvm-svn: 81846 |