clang-tools 19.0.0git
Functions
clangd-fuzzer.cpp File Reference

This file implements a function that runs clangd on a single input. More...

#include "ClangdLSPServer.h"
#include "ClangdServer.h"
#include "support/ThreadsafeFS.h"
#include <cstdio>

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (uint8_t *Data, size_t Size)
 

Detailed Description

This file implements a function that runs clangd on a single input.

This function is then linked into the Fuzzer library.

Definition in file clangd-fuzzer.cpp.

Function Documentation

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( uint8_t *  Data,
size_t  Size 
)