| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Use clang_target_link_libraries() in order to support linking against
libclang-cpp instead of static libraries.
Differential Revision: https://reviews.llvm.org/D68448
llvm-svn: 373786
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.
Patch produced by
for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done
[This is analogous to LLVM r331272 and CFE r331834]
Subscribers: srhines, nemanjai, javed.absar, kbarton, MaskRay, jkorous, arphaman, jfb, kadircet, jsji, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D66578
llvm-svn: 369643
|
|
|
|
|
|
| |
The inclusion of private headers of clangd percolates into the fuzzer.
llvm-svn: 358127
|
|
|
|
|
|
|
|
|
| |
r357102 made clangd-fuzzer no longer compile, but before
r357654 / r357694 we didn't notice. Fix the compile.
Also add a dep on FuzzMutate which I forgot to do in r357654.
llvm-svn: 357696
|
|
|
|
|
|
|
|
|
| |
This allows building it even if no fuzzer is enabled. (Sadly, it only
builds on Linux at the moment.)
Differential Revision: https://reviews.llvm.org/D60201
llvm-svn: 357654
|
|
|
|
| |
llvm-svn: 352863
|
|
|
|
| |
llvm-svn: 352857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
|
|
|
|
|
|
| |
This fixes the only clang-tidy check currently enabled by clangd.
llvm-svn: 350540
|
|
|
|
| |
llvm-svn: 346608
|
|
|
|
| |
llvm-svn: 338947
|
|
|
|
| |
llvm-svn: 337860
|
|
|
|
| |
llvm-svn: 337655
|
|
|
|
| |
llvm-svn: 334315
|
|
|
|
|
|
| |
Build was broken by r326719.
llvm-svn: 327184
|
|
|
|
|
|
| |
Build was broken by r321092.
llvm-svn: 321226
|
|
|
|
| |
llvm-svn: 320476
|
|
|
|
|
|
|
| |
The constructor for ClangdLSPServer changed in r318412 and r318925,
breaking the clangd-fuzzer build.
llvm-svn: 320074
|
|
|
|
|
|
| |
Several fuzzers were missed by r319840.
llvm-svn: 319948
|
|
|
|
| |
llvm-svn: 316650
|
|
llvm-svn: 316649
|