RalfJung wrote: > Generally clang-level warnings/errors are more user friendly then the > llvm-level errors (but both may be useful for other frontends).
What would be really nice is if the LLVM backend could tell the frontend about the error rather than reporting it itself, that way frontends can use their nice error reporting code but don't have to re-implement the error detection logic. :) Anyway, that's a different issue... https://github.com/llvm/llvm-project/pull/111334 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits