[PATCH] D117218: [clang][dataflow] Add transfer functions for constructors
Stanislav Gatev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 13 10:14:35 PST 2022
sgatev added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:1362
+ LangStandard::lang_cxx17);
+}
+
----------------
xazax.hun wrote:
> I think this changed from 14 to 17 in the last revision. Is this intentional?
Not intentional. Thanks for catching it!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117218/new/
https://reviews.llvm.org/D117218
More information about the cfe-commits
mailing list