vbvictor wrote: > I'm planning for an autofix of float and double since it's unambiguous what > those types should be. For int types, maybe I'll give 3 options for an autofix: Fixed (int32_t) Fast (int_fast32_t) Least (int_least32_t)
You could make a universal option to configure autofixes. Make semicolon-separated list of key-value pairs, e.g. `int=int32_t;float=float32_t;char=char8_t`. User could specify any type he wants, and remove/add fixes for `int`, `char` and so on. https://github.com/llvm/llvm-project/pull/146970 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits