[PATCH] D130186: Addressing review comments.

Jacques Légaré via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 10:16:34 PDT 2022


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 in file name based exclusions, as the change had apparently
been left out of my previous submission.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130186

Files:
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/CodeGen/CodeGenFunction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130186.446199.patch
Type: text/x-patch
Size: 5239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220720/a2f8e84b/attachment.bin>


More information about the cfe-commits mailing list