[PATCH] D132242: [clang][dataflow] Dummy patch 2

Sam Estep via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 08:38:02 PDT 2022


samestep created this revision.
Herald added subscribers: martong, xazax.hun.
Herald added a reviewer: NoQ.
Herald added a project: All.
samestep requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Depends On D132241 <https://reviews.llvm.org/D132241>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132242

Files:
  clang/include/clang/Analysis/FlowSensitive/Transfer.h


Index: clang/include/clang/Analysis/FlowSensitive/Transfer.h
===================================================================
--- clang/include/clang/Analysis/FlowSensitive/Transfer.h
+++ clang/include/clang/Analysis/FlowSensitive/Transfer.h
@@ -37,6 +37,7 @@
   virtual ~StmtToEnvMap() = default;
 
   // hello
+  // goodbye
 
   /// Returns the environment of the basic block that contains `S` or nullptr if
   /// there isn't one.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132242.454021.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220819/542682ab/attachment.bin>


More information about the cfe-commits mailing list