Skip to content

Commit 747856a

Browse files
committed
[clang] add release note for constexpr step limit opt-out
1 parent 40fe30d commit 747856a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ Deprecated Compiler Flags
258258
Modified Compiler Flags
259259
-----------------------
260260
- The `-gkey-instructions` compiler flag is now enabled by default when DWARF is emitted for plain C/C++ and optimizations are enabled. (#GH149509)
261+
- The `-fconstexpr-steps` compiler flag now accepts value `0` to opt out of this limit. (#GH160440)
261262

262263
Removed Compiler Flags
263264
-------------------------

0 commit comments

Comments
 (0)