diff options
author | hdoc <68132204+hdoc@users.noreply.github.com> | 2024-06-10 14:00:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 23:00:00 +0200 |
commit | fade04f81da9db974204b9d7c58b4affd0422d6e (patch) | |
tree | d86458d8af8fcad1ff64fd3d7e3e7159535612a1 /llvm/lib/Bitcode | |
parent | 83da21ae19ef5c5e3f99e359114cd6060844e5d6 (diff) | |
download | llvm-fade04f81da9db974204b9d7c58b4affd0422d6e.zip llvm-fade04f81da9db974204b9d7c58b4affd0422d6e.tar.gz llvm-fade04f81da9db974204b9d7c58b4affd0422d6e.tar.bz2 |
[Clang][Comments] Add argument parsing for @throw @throws @exception (#84726)
Doxygen allows for the `@throw`, `@throws`, and `@exception` commands to
have an attached argument indicating the type being thrown. Currently,
Clang's AST parsing doesn't support parsing out this argument from doc
comments. The result is missing compatibility with Doxygen.
This PR implements parsing of arguments for the `@throw`, `@throws`, and
`@exception` commands. Each command can only have one argument, matching
the semantics of Doxygen.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions