Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 24143 Build 24142: arc lint + arc unit
Event Timeline
unittests/clangd/QualityTests.cpp | ||
---|---|---|
187 | The test case was (accidentally?) removed. Maybe restore? |
unittests/clangd/QualityTests.cpp | ||
---|---|---|
187 | Thanks for the catch! |
clangd/Quality.cpp | ||
---|---|---|
380 | This seems like a pretty light penalty to me, I'd consider 0.5... |
clangd/Quality.cpp | ||
---|---|---|
380 | 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 | Agree, LG! |
This seems like a pretty light penalty to me, I'd consider 0.5...