summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/RIFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add error() function for creating formatv-style llvm::Errors. NFCSam McCall2020-09-141-13/+6
* [clangd] RIFF.cpp - Use logical && instead of bitwise & for padding checkSimon Pilgrim2020-08-111-1/+1
* [clangd] Improve serialization error messages. NFCSam McCall2020-07-081-5/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-11/+10
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-4/+4
* Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.Simon Pilgrim2018-09-111-1/+1
* [clangd] Fix buildbot failures on older compilers from r341375Sam McCall2018-09-051-4/+4
* [clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall2018-09-041-0/+88