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

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 15:00:03 PDT 2024


================
@@ -295,6 +367,7 @@ Parser::parseCommandArgs(TextTokenRetokenizer &Retokenizer, unsigned NumArgs) {
       Comment::Argument[NumArgs];
   unsigned ParsedArgs = 0;
   Token Arg;
+
----------------
hdoc wrote:

Fixed, I try to keep the clang-format changes restricted to only the regions I touch but it looks like some sneaked through

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


More information about the cfe-commits mailing list