Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/clangd/QualityTests.cpp | ||
---|---|---|
187 ↗ | (On Diff #170839) | The test case was (accidentally?) removed. Maybe restore? |
unittests/clangd/QualityTests.cpp | ||
---|---|---|
187 ↗ | (On Diff #170839) | Thanks for the catch! |
clangd/Quality.cpp | ||
---|---|---|
380 ↗ | (On Diff #170862) | This seems like a pretty light penalty to me, I'd consider 0.5... |
clangd/Quality.cpp | ||
---|---|---|
380 ↗ | (On Diff #170862) | 0.5 sounds reasonable. I think we should penalize the non-instance member case more if this is 0.5 though. Made that 0.2. WDYT? |
clangd/Quality.cpp | ||
---|---|---|
380 ↗ | (On Diff #170862) | Agree, LG! |