commit | fb3f1794e112b043efd73856f25e3115fe1cd582 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Sun May 31 11:47:27 2009 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Sun May 31 11:47:27 2009 +0000 |
tree | d12e7e0ec9048db9c39d9b1e14fcc37b5d52b361 | |
parent | 42a8465518cdf74ee1c78b28039261f6df942b6c [diff] [blame] |
Disallow exception specs on typedefs. llvm-svn: 72664
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 8b8d4e1..cd62c64 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -1481,7 +1481,8 @@ ParamInfo.AddTypeInfo(DeclaratorChunk::getFunction(true, false, SourceLocation(), 0, 0, 0, - false, false, 0, 0, 0, + false, SourceLocation(), + false, 0, 0, 0, CaretLoc, ParamInfo), CaretLoc);