================
@@ -77,6 +77,9 @@ enum PredefinedDeclIDs {
   /// The internal '__NSConstantString' tag type.
   PREDEF_DECL_CF_CONSTANT_STRING_TAG_ID,
 
+  /// The predeclared 'type_info' struct.
+  PREDEF_DECL_BUILTIN_MS_TYPE_INFO_TAG_ID,
----------------
matts1 wrote:

Is changing the enum values going to present a problem with older PCM files 
being misinterpreted? Or is that a non-issue because we mark two PCMs from 
different compilers as incompatible?

https://github.com/llvm/llvm-project/pull/151277
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to