aboutsummaryrefslogtreecommitdiff
path: root/clangd/index/IndexAction.cpp
AgeCommit message (Expand)Author
2019-01-07[clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov
2018-11-30[clangd] Populate include graph during static indexing action.Kadir Cetinkaya
2018-10-20[clangd] Namespace style cleanup in cpp files. NFC.Sam McCall
2018-10-17[clangd] Collect refs from headers.Haojian Wu
2018-10-12[clangd] NFC fix semicolon warningJonas Toth
2018-10-04[clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall
2018-09-26Removed extra semicolon to fix Wpedantic. (NFCI).Simon Pilgrim
2018-09-25[clangd] Extract mapper logic from clangd-indexer into a library.Sam McCall