summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Use expansion location when the ref is inside macros.Haojian Wu2019-12-091-0/+23
* [clangd] Add xref for macro to static index.Utkarsh Saxena2019-12-051-18/+97
* [clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.Haojian Wu2019-11-151-0/+11
* [clangd] Collect name references in the index.Haojian Wu2019-10-241-0/+17
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-2/+1
* [clangd] Use pre-populated mappings for standard symbolsIlya Biryukov2019-09-091-1/+1
* [clang][Index][NFC] Put IndexingOptions to a separate headerJan Korous2019-09-061-0/+1
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-2/+3
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-11/+10
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-2/+1
* [clangd] Collect the refs when the main file is header.Haojian Wu2019-07-021-0/+27
* [clangd] Add include-mapping for C symbols.Haojian Wu2019-06-211-1/+3
* [clangd] SymbolCollector support for relationsNathan Ridge2019-06-041-8/+23
* [clangd] Add SourceManager accessor to ParsedAST. NFCSam McCall2019-05-281-3/+2
* [clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov2019-05-061-29/+25
* [clangd] Fix header-guard check for include insertion, and don't index header...Sam McCall2019-05-031-1/+22
* [clangd] Add separate unit tests for CanonicalIncludes. NFCSam McCall2019-04-291-35/+3
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+1272
OpenPOWER on IntegriCloud