================
@@ -156,6 +156,8 @@ static TypeCode getTypeCodeForTypeClass(Type::TypeClass id)
{
#define TYPE_BIT_CODE(CLASS_ID, CODE_ID, CODE_VALUE) \
case Type::CLASS_ID: return TYPE_##CODE_ID;
#include "clang/Serialization/TypeBitCodes.def"
+ case Type::LateParsedAttr:
----------------
ChuanqiXu9 wrote:
Do we have a test for it with serialization? either clang header modules or
C++20 named modules.
https://github.com/llvm/llvm-project/pull/179612
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits