C++: Add change note on _Noreturn/noreturn in C11

This commit is contained in:
Jeroen Ketema
2022-03-14 18:06:01 +01:00
parent 1a1c34e1be
commit 638b2cac04

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* `DefaultOptions::exits` now holds for C11 functions with the `_Noreturn` or `noreturn` specifier.