Skip to content

Commit 24f1447

Browse files
committed
[FOLD] add release note
1 parent 11d9dae commit 24f1447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ Resolutions to C++ Defect Reports
306306
- Clang now considers ``noexcept(typeid(expr))`` more carefully, instead of always assuming that ``std::bad_typeid`` can be thrown.
307307
(`CWG2191: Incorrect result for noexcept(typeid(v)) <https://cplusplus.github.io/CWG/issues/2191.html>`_).
308308

309+
- Clang now correctly implements lookup for the terminal name of a member-qualified nested-name-specifier.
310+
(`CWG1835: Dependent member lookup before < <https://cplusplus.github.io/CWG/issues/1835.html>`_).
311+
309312
C Language Changes
310313
------------------
311314

0 commit comments

Comments
 (0)