[clang-doc] Use ExitOnError over manually handling exit conditions · Issue #140085 · llvm/llvm-project · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang-doc uses a lot of manual error checks, most of which exit the program, particularly when opening or manipulating files. We should prefer automated facilities, like llvm:: ExitOnError to do this in a consistent manner, and improve maintainability.