summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+2
* [clangd] Address FIXME and fix commentKirill Bobyrev2018-02-251-1/+1
* [clangd] Don't try pthread, just use thread_local. Reverts r323949.Sam McCall2018-02-061-41/+5
* [clangd] Add a cstring include for strerror.Benjamin Kramer2018-02-051-0/+1
* [clangd] Use pthread instead of thread_local to support more runtimes.Sam McCall2018-02-011-7/+40
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-0/+14
* [clangd] Introduced a Context that stores implicit dataIlya Biryukov2017-12-121-0/+24
OpenPOWER on IntegriCloud