Clean up/refactor InputCompletionPopup (#4242)

Mainly flattening anon namespaces & respecting clang-tidy
This commit is contained in:
pajlada
2022-12-18 14:25:11 +01:00
committed by GitHub
parent 2de1437bdf
commit 8830b0e01c
5 changed files with 126 additions and 75 deletions
+2
View File
@@ -51,3 +51,5 @@ CheckOptions:
value: UPPER_CASE
- key: readability-identifier-naming.VariableCase
value: camelBack
- key: readability-implicit-bool-conversion.AllowPointerConditions
value: true