[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:43 PDT 2024
================
@@ -295,6 +367,7 @@ Parser::parseCommandArgs(TextTokenRetokenizer &Retokenizer, unsigned NumArgs) {
Comment::Argument[NumArgs];
unsigned ParsedArgs = 0;
Token Arg;
+
----------------
cor3ntin wrote:
Can you revert whitespace only changes?
https://github.com/llvm/llvm-project/pull/84726
More information about the cfe-commits
mailing list