gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
================
Comment at:
clang-tools-extra/clang-tidy/bugprone/AssignmentInIfConditionCheck.cpp:64
void AssignmentInIfConditionCheck::report(const Expr *MatchedDecl) {
+ SourceLocation OpLoc =
----------------
Drive-by comment -- an Expr is not a Decl (feel free to defer to a separate
patch).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132795/new/
https://reviews.llvm.org/D132795
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits