remove mention of EH_FILTER_MUST_NOT_THROW
From-SVN: r181623
This commit is contained in:
parent
51e355aaab
commit
0f5b622c11
@ -900,8 +900,7 @@ DEFTREECODE (CATCH_EXPR, "catch_expr", tcc_statement, 2)
|
||||
|
||||
/* Used to represent an exception specification. EH_FILTER_TYPES is a list
|
||||
of allowed types, and EH_FILTER_FAILURE is an expression to evaluate on
|
||||
failure. EH_FILTER_MUST_NOT_THROW controls which range type to use when
|
||||
expanding. */
|
||||
failure. */
|
||||
DEFTREECODE (EH_FILTER_EXPR, "eh_filter_expr", tcc_statement, 2)
|
||||
|
||||
/* Node used for describing a property that is known at compile
|
||||
|
Loading…
Reference in New Issue
Block a user