================
@@ -1488,6 +1426,11 @@ class Parser : public CodeCompletionHandler {
   void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope,
                             ParsedAttributes *OutAttrs = nullptr);
 
+
+  void ParseLexedTypeAttribute(LateParsedTypeAttribute &LA, bool EnterScope, 
ParsedAttributes &OutAttrs);
+
+  static void LateTypeAttrParserCallback(void *P, void *LA, bool EnterScope, 
ParsedAttributes &OutAttrs);
----------------
rapidsna wrote:

Yes, I still need some cleanups to do. Opened it early to see if people agree 
on the high-level direction.

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

Reply via email to