ClangFormat: Remove deprecated entries in clangformatconfigwidget

Task-number: QTCREATORBUG-28263
Change-Id: I48b0456f3c7bea88905cea40d1e447655da64676
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Artem Sokolovskii
2022-10-18 14:14:16 +02:00
parent 938e9cab0f
commit 60cd36ed31
2 changed files with 292 additions and 375 deletions

View File

@@ -141,6 +141,10 @@ def create_checks(variables, enums, structs, offset = ""):
checks += combobox_ui("BasedOnStyle", ["LLVM", "Google", "Chromium", "Mozilla", "WebKit", "Microsoft", "GNU"], create_checks_index) checks += combobox_ui("BasedOnStyle", ["LLVM", "Google", "Chromium", "Mozilla", "WebKit", "Microsoft", "GNU"], create_checks_index)
for variable in variables: for variable in variables:
if "doxygen" in variable.keys():
if ("**deprecated**" in variable['doxygen']):
continue;
create_checks_index += 1 create_checks_index += 1
type = variable["type"] type = variable["type"]
name = variable["name"] name = variable["name"]

File diff suppressed because it is too large Load Diff