================
@@ -34,6 +35,23 @@ AST_MATCHER(ParenExpr, isInMacro) {
 
 } // namespace
 
+static FixItHint createSpacedRemoval(SourceLocation Loc,
----------------
zeyi2 wrote:

TBH, this is not an ideal solution. The existing API would require linking 
clang-tidy against `clangEdit`, adding an extra dependency for a fairly small 
fix. I would prefer to avoid that here, but I'm open to suggestions.


https://github.com/llvm/llvm-project/pull/202365
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to