[all-commits] [llvm/llvm-project] a8124e: [clangd] Add missing readonly modifier for const g...
Tom Praschan via All-commits
all-commits at lists.llvm.org
Thu Oct 13 10:09:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8124eea9df513a5565805b480c227fa88751359
https://github.com/llvm/llvm-project/commit/a8124eea9df513a5565805b480c227fa88751359
Author: Tom Praschan <13141438+tom-anders at users.noreply.github.com>
Date: 2022-10-13 (Thu, 13 Oct 2022)
Changed paths:
M clang-tools-extra/clangd/SemanticHighlighting.cpp
M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
Log Message:
-----------
[clangd] Add missing readonly modifier for const generic parameters
Fixes https://github.com/clangd/clangd/issues/1222. As discussed there, we saw no reason to keep this check.
Differential Revision: https://reviews.llvm.org/D135892
More information about the All-commits
mailing list