================ @@ -90,6 +90,14 @@ def err_unterminated___pragma : Error<"missing terminating ')' character">; def err_conflict_marker : Error<"version control conflict marker in file">; +def err_counter_overflow : Error< + "'__COUNTER__' value cannot exceed 2147483647">; ---------------- tbaederr wrote:
```suggestion "'__COUNTER__' value cannot exceed 2'147'483'647">; ``` ? Or is that not useful here because this is only emitted in C? https://github.com/llvm/llvm-project/pull/162662 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
