================
@@ -1101,7 +1101,7 @@ enum PredefinedTypeIDs {
 ///
 /// Type IDs for non-predefined types will start at
 /// NUM_PREDEF_TYPE_IDs.
-const unsigned NUM_PREDEF_TYPE_IDS = 500;
+const unsigned NUM_PREDEF_TYPE_IDS = 502;
----------------
eopXD wrote:

I extended `NUM_PREDEF_TYPE_IDS` to the least required, and left a note inside 
the test case to let future developers be aware that the test case it 
intertwine with the constant.

https://github.com/llvm/llvm-project/pull/72370
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to