I would like to insert a comment with Clang Rewriter into some source code a line before a CallExpr. I have written a matcher to find the CallExpr and it works fine.