hintonda added inline comments.
================ Comment at: clang-tidy/abseil/AbseilTidyModule.cpp:77 + Opts["abseil-make-unique.MakeSmartPtrFunction"] = "absl::make_unique"; + Opts["abseil-make-unique.IgnoreListInit"] = true; + return Options; ---------------- This is defined as `typedef std::map<std::string, std::string> OptionMap;`, so you need to assign a string, not a literal `true` value. hth... CHANGES SINCE LAST ACTION https://reviews.llvm.org/D55044/new/ https://reviews.llvm.org/D55044 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits