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

Krystian Stasiowski via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 27 03:30:49 PDT 2024


================
@@ -89,6 +108,114 @@ class TextTokenRetokenizer {
     }
   }
 
+  bool continueInt(SmallString<32> &NextToken) {
+    return NextToken.ends_with(StringRef("char")) ||
----------------
sdkrystian wrote:

Don't really understand what this is for...

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


More information about the cfe-commits mailing list