This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 73494523 [clang-tidy] readability-identifier-naming shouldn't complain [...] new 938ee402 [clang-tidy] Fix the potential infinite loop in recordIsTrivi [...] new 19829897 [clangd] Cleans up the semantic highlighting resources if cla [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/utils/TypeTraits.cpp | 4 ++ clangd/clients/clangd-vscode/src/extension.ts | 13 ++--- .../clangd-vscode/src/semantic-highlighting.ts | 65 +++++++++++++--------- .../test/semantic-highlighting.test.ts | 3 +- ...oreguidelines-pro-type-member-init-no-crash.cpp | 7 +++ 5 files changed, 58 insertions(+), 34 deletions(-) create mode 100644 test/clang-tidy/cppcoreguidelines-pro-type-member-init-no-crash.cpp