Issue 140085
Summary [clang-doc] Use ExitOnError over manually handling exit conditions
Labels good first issue, clang-doc
Assignees
Reporter ilovepi
    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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to