================
@@ -151,14 +151,14 @@ struct UnsafeQualTypeDenseMapInfo {
};
/// An ID number that refers to a macro in an AST file.
-using MacroID = uint32_t;
+using MacroID = uint64_t;
----------------
jansvoboda11 wrote:Sounds good. https://github.com/llvm/llvm-project/pull/166346 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
