alexfh added a comment.

In http://reviews.llvm.org/D16183#329475, @Elijah_Th wrote:

> What kind of wrapper should it be?
>  I was thinking of this kind:
>
>   class ExtendedReplacement : public Replacement {


No, I meant a different thing: serialize ClangTidyError or make a specialized 
structure for this purpose. Apart from replacements it contains the diagnostic 
message, diagnostic location, and the check name. We'll just need to teach 
clang-apply-replacements to read this structure.


http://reviews.llvm.org/D16183



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to