================ @@ -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:
It is not the problem of 502 or 600. The test case failure in `clang/test/Modules/decl-params-determinisim.m` is because it is expecting the original TypeID before change, and updating the capacity `NUM_PREDEF_TYPE_IDS` here changes the result and so the test case needs to be updated. 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