[all-commits] [llvm/llvm-project] 6e7dd1: [clangd] Assert on varint encoding
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Nov 13 08:01:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6e7dd1e3e1170080b76b5dcc5716bdd974343233
https://github.com/llvm/llvm-project/commit/6e7dd1e3e1170080b76b5dcc5716bdd974343233
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/index/Serialization.cpp
M clang-tools-extra/clangd/unittests/SerializationTests.cpp
Log Message:
-----------
[clangd] Assert on varint encoding
5th byte of a varint can't be bigger than 0x0f, fix a test and add an
assertion.
Differential Revision: https://reviews.llvm.org/D91405
More information about the All-commits
mailing list