[PATCH] D130186: Addressing review comments.

2022-07-20 Thread Jacques Légaré via Phabricator via cfe-commits
jlegare abandoned this revision. jlegare added a comment. This was not supposed to be committed. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D130186/new/ https://reviews.llvm.org/D130186 ___ cfe-commits

[PATCH] D130186: Addressing review comments.

2022-07-20 Thread Jacques Légaré via Phabricator via cfe-commits
jlegare created this revision. Herald added a project: All. jlegare requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Eliminated the (newly introduced) llvm::Function argument of ShouldInstrumentFunction() and used CurFuncDecl instead. Added