[clang] [Clang] Fix LibTooling doc (PR #90441)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 02:23:17 PDT 2024


https://github.com/Sirraide requested changes to this pull request.

Thanks for improving our documentation!

There’s some error handling missing here. The `CommonOptionsParser` constructor would previously just exit, but that is no longer the case here, so we actually need to handle errors now.

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


More information about the cfe-commits mailing list