================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to