commit | aaacda9e0df28383bf78db72e2a5831cbdd23a08 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Fri May 29 18:02:33 2009 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Fri May 29 18:02:33 2009 +0000 |
tree | c62611a51513fbe058801939f3a6adc116fca546 | |
parent | ad59de718b64fe4f7a8eb367e2492b40b1d42665 [diff] [blame] |
Reject incomplete types in exception specs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72580 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp index 5c06386..8b8d4e1 100644 --- a/lib/Parse/ParseExpr.cpp +++ b/lib/Parse/ParseExpr.cpp
@@ -1481,7 +1481,7 @@ ParamInfo.AddTypeInfo(DeclaratorChunk::getFunction(true, false, SourceLocation(), 0, 0, 0, - false, false, 0, 0, + false, false, 0, 0, 0, CaretLoc, ParamInfo), CaretLoc);