This returns error instead of exiting the program in case of error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good from my side. You might want @klimek to take a look before committing.
include/clang/Tooling/CommonOptionsParser.h | ||
---|---|---|
90 ↗ | (On Diff #119465) | This change is unintended? |
118 ↗ | (On Diff #119465) | nit: the code indention seems wrong after updated. |
lib/Tooling/CommonOptionsParser.cpp | ||
165 ↗ | (On Diff #119446) | Ah, I see. |
Comment Actions
- Make the factory method return an expected object instead of unique_ptr.
- clang-format code.