This patch makes the following changes to flang-omp-report:
- Update 'normalize_clause_name' parameter to use llvm::StringRef instead of std::sting.
- Change usages of std::tolower to llvm::toLower from "ADT/StringExtras.h".
This is a one of several patches focusing on switching containers from STL to LLVM's ADT library.