Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
wasm/Writer.cpp | ||
---|---|---|
389 ↗ | (On Diff #130652) | I think this should follow the CamelCase convention for local variables (at least that is what others seems to do in lld). |
Comment Actions
Neither of those two tests seems to pass now.
Perhaps because I'm trying to apply this to HEAD?
Comment Actions
Ah yes, I could fix that if you want to apply it before #2 and #3 - I probably should have done that anyway since #4a and #4b were already merged, sorry.
wasm/Writer.cpp | ||
---|---|---|
389 ↗ | (On Diff #130652) | Oops, I renamed it following some code I saw elsewhere. I checked the LLVM style guide and it didn't say what to do for lambdas - are they lowercase as functions, or uppercase as variables? I see about 50/50 looking at the first 20 grep results for \[&\], so I guess it doesn't matter. |
wasm/Writer.cpp | ||
---|---|---|
389 ↗ | (On Diff #130652) | In ELF and COFF directories I only see the CamelCase style, and I think we should follow them. |