Skip to content

Commit a69b071

Browse files
committed
Update workaround notes based on clangd release cycle
1 parent 87cd172 commit a69b071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def _get_files(compile_action):
603603
header_files = _get_headers(compile_action, source_file)
604604

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

0 commit comments

Comments
 (0)