Skip to content

Commit

Permalink
Update workaround notes based on clangd release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Dec 3, 2022
1 parent 87cd172 commit a69b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def _get_files(compile_action):
header_files = _get_headers(compile_action, source_file)

# Ambiguous .h headers need a language specified if they aren't C, or clangd sometimes makes mistakes
# Delete this and unused extension variables when clangd > 15.0.3 is released, since their underlying issues are resolved at HEAD
# Delete this and unused extension variables when clangd >= 16 is released, since their underlying issues are resolved at HEAD
# Reference issues:
# https://github.com/clangd/clangd/issues/1173
# https://github.com/clangd/clangd/issues/1263
Expand Down

0 comments on commit a69b071

Please sign in to comment.