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 a94bb25b [clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTest new 5b93411d [clangd] Add a simple fuzzer. It crashes a lot :) new f5ac62a0 [clangd] Don't use /// for non-doxygen comments.
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: clangd/CMakeLists.txt | 3 +++ clangd/fuzzer/CMakeLists.txt | 23 +++++++++++++++++++++++ clangd/fuzzer/ClangdFuzzer.cpp | 30 ++++++++++++++++++++++++++++++ clangd/tool/ClangdMain.cpp | 6 +++--- 4 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 clangd/fuzzer/CMakeLists.txt create mode 100644 clangd/fuzzer/ClangdFuzzer.cpp