[all-commits] [llvm/llvm-project] fbc198: [clang] Add test for CWG192 "Name lookup in parame...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sun Jan 5 01:15:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbc198c548cf21bb2be29509a46913a57f95e610
https://github.com/llvm/llvm-project/commit/fbc198c548cf21bb2be29509a46913a57f95e610
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M clang/test/CXX/drs/cwg1xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Add test for CWG192 "Name lookup in parameters" (#121679)
This patch adds a rather simple test for
[CWG192](https://cplusplus.github.io/CWG/issues/192.html). Parameter
declarations of member functions are not complete-class contexts (unlike
default arguments), so the example in the issue is ill-formed. Changes
in [CWG1352](https://cplusplus.github.io/CWG/issues/1352.html) which
resolved the issue, are superseded by the notion of complete-class
context (https://eel.is/c++draft/class.mem#def:complete-class_context).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list