clang-tools
9.0.0
|
This file implements a function that runs clangd on a single input. More...
#include "ClangdLSPServer.h"
#include "ClangdServer.h"
#include "CodeComplete.h"
#include "FSProvider.h"
#include <cstdio>
#include <sstream>
Go to the source code of this file.
Functions | |
int | LLVMFuzzerTestOneInput (uint8_t *data, size_t size) |
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.
int LLVMFuzzerTestOneInput | ( | uint8_t * | data, |
size_t | size | ||
) |
Definition at line 24 of file clangd-fuzzer.cpp.