================
@@ -1008,47 +1008,170 @@ struct Context {
 
 using IdentifierID = llvm::PointerEmbeddedInt<unsigned, 31>;
 
+/// Describes the C++ implicit-object ref-qualifier portion of a method
+/// selector.
+enum class FunctionObjectRefQualifier : uint8_t {
----------------
StoeckOverflow wrote:

Agreed, there is no reason to keep a separate APINotes enum here. I switched 
this to reuse Clang's `RefQualifierKind` directly.

https://github.com/llvm/llvm-project/pull/216148
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to