Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 21914 Build 21914: arc lint + arc unit
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 | 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 | 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
I think this function should return a bool instead of an int. The caller can decide how to translate failure into a return code.