erichkeane wrote: > > > Also hoping @razvanlupusoru could do a quick look at the tests to make > > > sure I'm not doing anything silly with the bounds/misinterpreting what > > > I'm supposed to be doing with it! > > > > > > Would it be possible to have the C++ code and the CHECK lines for recipes > > intertwined? With the mangling I cannot tell which ones correspond together! > > Open for suggestions how how to do so! One of the problems I ran into with > this is that the 'recipe' is always added at the 'top' when we create it, so > it is inverse order. AND FileCheck doesn't let you go 'backwards', so I was > unable to put the recipes inline.
I made an attempt by putting the applicable C/C++ code in a comment above each recipe. Let me know if this is helpful! https://github.com/llvm/llvm-project/pull/160189 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
