Details
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
wasm/Writer.cpp | ||
---|---|---|
389 | I think this should follow the CamelCase convention for local variables (at least that is what others seems to do in lld). |
Neither of those two tests seems to pass now.
Perhaps because I'm trying to apply this to HEAD?
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 | 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 | In ELF and COFF directories I only see the CamelCase style, and I think we should follow them. |
I think this should follow the CamelCase convention for local variables (at least that is what others seems to do in lld).