================
@@ -23,19 +23,17 @@ static const llvm::StringRef RenameCaseToSuiteMessage =
static std::optional<llvm::StringRef>
getNewMacroName(llvm::StringRef MacroName) {
- std::pair<llvm::StringRef, llvm::StringRef> ReplacementMap[] = {
+ llvm::StringMap<llvm::StringRef> ReplacementMap = {
----------------
EugeneZelenko wrote:
Should it be `static`? Same in other place.
https://github.com/llvm/llvm-project/pull/172751
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits