Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
LGTM although you may want to get a review from someone who's more familiar with llvm-rc.
tools/llvm-rc/ResourceScriptStmt.h | ||
---|---|---|
872 | Nit: I'd consider naming it just ExStyle to match the name of the statement precisely. |
Looks great in general, but I think I agree that having it named ExStyle would be less prone to confusion.
tools/llvm-rc/ResourceVisitor.h | ||
---|---|---|
53 | These were alpabetically ordered before. The same goes for a few other places in the patch as well. |
Thanks for reviews, I addressed comments.
FWIW, I used ExtStyle instead of ExStyle in previous version because that's what's used in a few places in sources already, but I agree that ExStyle fits better.
LGTM
However, I can't commit it as is, as the diff for test/tools/llvm-rc/Inputs/tag-dialog-headers.rc is missing, as it's treated as binary. I'm not sure exactly why we have that there, but you can e.g. remove the relevant line from .gitattributes before diffing, to get that file included in the diff.
tools/llvm-rc/ResourceVisitor.h | ||
---|---|---|
30 | This one is still unordered, but I could change that before committing. |
Nit: I'd consider naming it just ExStyle to match the name of the statement precisely.