[clang] [Clang] Static and explicit object member functions with the same parameter-type-lists (PR #93430)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 13:44:44 PDT 2024
================
@@ -999,6 +1001,8 @@ class Sema;
/// Initialization of an object of class type by constructor,
/// using either a parenthesized or braced list of arguments.
CSK_InitByConstructor,
+
+ CSK_AddressOfOverloadSet,
----------------
AaronBallman wrote:
Please add a doxygen comment for this enumerator.
https://github.com/llvm/llvm-project/pull/93430
More information about the cfe-commits
mailing list