fwolff marked an inline comment as done. fwolff added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp:20-23 +static const char ContainerExprName[] = "container-expr"; +static const char DerefContainerExprName[] = "deref-container-expr"; +static const char AddrofContainerExprName[] = "addrof-container-expr"; +static const char AddressOfName[] = "address-of"; ---------------- whisperity wrote: > Perhaps we could use `constexpr llvm::StringLiteral`? Fixed. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113863/new/ https://reviews.llvm.org/D113863 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits