[PATCH] D132241: [clang][dataflow] Dummy patch 1

Sam Estep via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 08:37:39 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.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132241

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
@@ -36,6 +36,8 @@
 public:
   virtual ~StmtToEnvMap() = default;
 
+  // hello
+
   /// Returns the environment of the basic block that contains `S` or nullptr if
   /// there isn't one.
   /// FIXME: Ensure that the result can't be null and return a const reference.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132241.454020.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220819/c5241695/attachment.bin>


More information about the cfe-commits mailing list