Skip to content

Commit a792e91

Browse files
author
Jongmyeong Choi
committed
Add release note for explicit(bool) assertion fix
1 parent e9ac9b2 commit a792e91

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
@@ -194,6 +194,7 @@ Bug Fixes to C++ Support
194194
- Fix the dynamic_cast to final class optimization to correctly handle
195195
casts that are guaranteed to fail (#GH137518).
196196
- Fix bug rejecting partial specialization of variable templates with auto NTTPs (#GH118190).
197+
- Fix a crash when using ``explicit(bool)`` in pre-C++11 language modes. (#GH152729)
197198

198199
Bug Fixes to AST Handling
199200
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)