================
@@ -153,12 +153,35 @@ std::string AttributeCommonInfo::getNormalizedFullName()
const {
normalizeName(getAttrName(), getScopeName(), getSyntax()));
}
+const std::map<StringRef, AttributeCommonInfo::Scope> ScopeMap = {
----------------
erichkeane wrote:
use `llvm::StringMap`? Worst case, probably should/could use
`std::unordered_map`.
https://github.com/llvm/llvm-project/pull/114899
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits