[clang] [Clang][Comments] Add argument parsing for @throw @throws @exception (PR #84726)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 01:10:41 PDT 2024


================
@@ -89,6 +89,31 @@ class TextTokenRetokenizer {
     }
   }
 
+  /// Extract a template type
+  bool lexTemplate(SmallString<32> &WordText) {
+    unsigned IncrementCounter = 0;
----------------
cor3ntin wrote:

`BracketCount` would be a better name

https://github.com/llvm/llvm-project/pull/84726


More information about the cfe-commits mailing list