Moriarty002

Results 4 comments of Moriarty002

Sorry , maybe my question is too obscure . What I mean is "Is there an 'automatic' way" to do things above. Find relevant parameters from dependence graph need to...

I am sure I want to get the variables affected by ```x``` , I wrote a tool using clang-frontend to get the variables from sliced code . But the sliced...

> And is the declaration present if you skip slicing? That is, just compile the code to LLVM and then (without slicing) use your tool to generate the source code?...

I don't know what happen to my environment , my system has both llvm-13 and llvm-14 , may be I need to set the path to llvm ?