[clang] [clang] [Serialization] No transitive change for MacroID and PreprocessedEntityID (PR #166346)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 6 07:25:28 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list