[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
================
@@ -100,6 +100,11 @@ class Parser {
ArrayRef<Comment::Argument>
parseCommandArgs(TextTokenRetokenizer &Retokenizer, unsigned NumArgs);
+ /// Parse arguments for \\throws command supported args are in form of class
----------------
cor3ntin wrote:
```suggestion
/// Parse arguments for \throws command supported args are in form of class
```
https://github.com/llvm/llvm-project/pull/84726
More information about the cfe-commits
mailing list