Details
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
clangd/Quality.h | ||
---|---|---|
74 | Maybe name it OverloadedOperator to avoid confusion with other non-overloaded operators like ?: | |
unittests/clangd/QualityTests.cpp | ||
428 | The test name *Quality is a bit confusing. At the first glance, I'd expect to see some tests about ranking, but it just verifies that the new symbol category is added, maybe name it something like OperatorSymbolCategory. |
- Rename test name.
clangd/Quality.h | ||
---|---|---|
74 | Ternary operator is not a symbol AFAIK? It's an expression. Even if it's an operator, I think we would still want to categorize it as operator. |
Maybe name it OverloadedOperator to avoid confusion with other non-overloaded operators like ?: