================
@@ -120,6 +120,7 @@ bool Token::isSimpleTypeSpecifier(const LangOptions 
&LangOpts) const {
   case tok::kw_char16_t:
   case tok::kw_char32_t:
   case tok::kw_typeof:
+  case tok::kw_typeof_unqual:
----------------
mydeveloperday wrote:

I don't like stepping out of lib/Format  we need to check with the Owner of Lex 
they may want additional tests etc...  

https://github.com/llvm/llvm-project/pull/200970
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to