From b4e092cc1688a7fa84b195477e807d7ba413aaa3 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Mon, 24 Jan 2022 01:47:04 -0800 Subject: [PATCH] Dont merge - update Linux testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb73e073..240dccec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # IndexStoreDB + IndexStoreDB is a source code indexing library. It provides a composable and efficient query API for looking up source code symbols, symbol occurrences, and relations. IndexStoreDB uses the libIndexStore library, which lives in [llvm-project](https://github.com/apple/llvm-project/tree/apple/main/clang/tools/IndexStore), for reading raw index data. Raw index data can be produced by compilers such as Clang and Swift using the `-index-store-path` option. IndexStoreDB enables efficiently querying this data by maintaining acceleration tables in a key-value database built with [LMDB](http://www.lmdb.tech/). IndexStoreDB's data model is derived from libIndexStore. For more information about libIndexStore, and producing raw indexing data, see the [Indexing While Building](https://docs.google.com/document/d/1cH2sTpgSnJZCkZtJl1aY-rzy4uGPcrI-6RrUpdATO2Q/) whitepaper.