[PATCH] D156604: [clang][ExprConst] Use call source range for 'in call to' diags
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 1 00:03:06 PDT 2023
tbaeder added a comment.
@hazohelet I changed this to just return `CallExpr->getSourceRange()` and to not save a source range separately. Can you give this a look please?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156604/new/
https://reviews.llvm.org/D156604
More information about the cfe-commits
mailing list