summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/ClangdUnitTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-278/+0
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-39/+0
* [clangd] Collecting main file macro expansion locations in ParsedAST.Johan Vikstrom2019-08-301-0/+50
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-2/+4
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-271-0/+16
* [clangd] Fixed printTemplateSpecializationArgs not printing partial variable ...Johan Vikstrom2019-08-091-1/+1
* [clangd] Fix implicit template instatiations appearing as topLevelDecls.Johan Vikstrom2019-08-081-0/+89
* [clangd] Stop recording tokens before running clang-tidyIlya Biryukov2019-07-101-0/+21
* [clangd] No longer getting template instantiations from header files in Main ...Johan Vikstrom2019-07-011-0/+20
* [clangd] Collect tokens of main files when building the ASTIlya Biryukov2019-06-191-0/+33
* [clangd] Add SourceManager accessor to ParsedAST. NFCSam McCall2019-05-281-1/+1
* [clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov2019-05-061-1/+1
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+86
OpenPOWER on IntegriCloud