gribozavr2 accepted this revision.
gribozavr2 added inline comments.

================
Comment at: clang/lib/Analysis/FlowSensitive/DebugSupport.cpp:33-34
+  explicit DebugStringGenerator(
+      llvm::DenseMap<AtomicBoolValue *, std::string> UserSpecifiedAtomNames)
+      : Counter(0), AtomNames(std::move(UserSpecifiedAtomNames)) {
+#ifndef NDEBUG
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129547/new/

https://reviews.llvm.org/D129547

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to