================ @@ -6,6 +6,37 @@ // //===----------------------------------------------------------------------===// +// Defines a utility function for copying and padding characters +#ifndef CHARACTER_H +#define CHARACTER_H ---------------- jeanPerier wrote:
Did you intend to place this code in a new runtime/character.h header? It would make more sense to me to no expose this helper in the public runtime API headers, I think you could just put in in runtime/tools.h that is a good fit for it. https://github.com/llvm/llvm-project/pull/74628 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits