commit | 802a45332a98b71a0ef0ac83e12c8fea8ef3e887 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Sat Mar 05 22:42:13 2011 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Sat Mar 05 22:42:13 2011 +0000 |
tree | 7ddf3229d9ae0d4665a42db6b36ad844e49766f6 | |
parent | 75e7a147ae64af6910fe7fea3763247e00bf6a23 [diff] [blame] |
Propagate new-style exception spec information to Declarator. llvm-svn: 127111
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 4a155a3..ab74d51 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -1918,8 +1918,9 @@ SourceLocation(), 0, 0, 0, true, SourceLocation(), - false, SourceLocation(), - false, 0, 0, 0, + EST_None, + SourceLocation(), + 0, 0, 0, 0, CaretLoc, CaretLoc, ParamInfo), CaretLoc);