Skip to content

Commit

Permalink
Closes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Nov 8, 2023
1 parent c9a4610 commit a7247f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/DiagnosticParseKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def err_except_spec_unparsed : Error<
"unexpected end of exception specification">;
def ext_dynamic_exception_spec : ExtWarn<
"ISO C++17 does not allow dynamic exception specifications">,
InGroup<DynamicExceptionSpec>, DefaultError;
InGroup<DynamicExceptionSpec>, DefaultIgnore;
def warn_exception_spec_deprecated : Warning<
"dynamic exception specifications are deprecated">,
InGroup<DeprecatedDynamicExceptionSpec>, DefaultIgnore;
Expand Down

0 comments on commit a7247f4

Please sign in to comment.