aboutsummaryrefslogtreecommitdiff
path: root/Sema/SemaType.cpp
AgeCommit message (Collapse)Author
2007-07-19Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never Chris Lattner
return a null type. If there is an error parsing the type, pick a new type for error recovery purposes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40029 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-13Unspecified type specs default to int. This fixes a crashChris Lattner
on test/Sema/implicit-int.c git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39833 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-11Stage two of getting CFE top correct.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39734 91177308-0d34-0410-b5e6-96231b3b80d8