lebedev.ri added a comment.

Thank you for working on this check!



================
Comment at: clang-tidy/cppcoreguidelines/ConstCheck.h:60
+
+  std::unordered_map<const VarDecl *, bool> ValueCanBeConst;
+  std::unordered_map<const VarDecl *, bool> HandleCanBeConst;
----------------
I'm guessing these should be `llvm::DenseMap`.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45444



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

Reply via email to