Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm not opposed to the changes here, but I am wondering what the benefits are to splitting this off into its own function?
clang-query/tool/ClangQuery.cpp | ||
---|---|---|
61 ↗ | (On Diff #162554) | I think this function should return a bool instead of an int. The caller can decide how to translate failure into a return code. |
61–62 ↗ | (On Diff #162554) | You should run your patch through clang-format to properly format only the parts that you've changed. Also, it should be ExeName and FileName per the coding standard. |
Comment Actions
Thanks, I fixed the issues before committing. This commit was a prerequisite to https://reviews.llvm.org/D51261