Skip to content

Commit 44ee96d

Browse files
committed
Removed the clang_ignored_f_Group comments
1 parent f0f9367 commit 44ee96d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/utils/generate_unsupported_in_drivermode.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,6 @@ def get_visibility(option, filtered_visibility):
333333
find_groups(group_sequence, options_json, option)
334334
if len(group_sequence) > 0:
335335
for group_name in group_sequence:
336-
# For clang_ignored_f_Group & f_Group see description in Options.td
337-
# "Temporary groups for clang options which we know we don't support,
338-
# but don't want to verbosely warn the user about."
339-
# if group_name == "clang_ignored_f_Group" or group_name == "f_Group":
340-
# should_skip = True
341-
# break
342336
for visibility in options_json[group_name]["Visibility"]:
343337
filtered_visibility.append(visibility["def"])
344338
if should_skip:

0 commit comments

Comments
 (0)