evelez7 wrote: Per our previous discussion, this moves the source into `Inputs/`. I also removed the lines that check for line numbers everywhere except for in JSON. In some cases that means using `CHECK-` instead of `CHECK-NEXT` to skip the line. I don't know if we want to be more explicit that the line number is being skipped.
Not having the source makes it fairly difficult to navigate. I tried to group them up as best as I could but you can't really break the JSON apart. `CHECK-LABEL` doesn't work great since the identifying information isn't written as the first thing in the object. Maybe an identifying header? https://github.com/llvm/llvm-project/pull/187818 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
