[PATCH] D127196: [clang][dataflow] Enable use of synthetic properties on all Value instances.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 8 10:50:51 PDT 2022
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/Value.h:28
/// Base class for all values computed by abstract interpretation.
+/// Don't use `Value` instances by value. All `Value` instances are allocated
----------------
Please add a blank line between the short description and the rest.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127196/new/
https://reviews.llvm.org/D127196
More information about the cfe-commits
mailing list