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.
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.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits