================
@@ -35,8 +35,9 @@ namespace clang {
namespace clangd {
enum class IndexFileFormat {
- RIFF, // Versioned binary format, suitable for production use.
- YAML, // Human-readable format, suitable for experiments and debugging.
+ RIFF, // Versioned binary format, suitable for production use.
+ YAML, // Human-readable format, suitable for experiments and debugging.
+ BACKGROUND // Background index format, suitable for language server use.
----------------
Trass3r wrote:
Maybe "incremental"?
https://github.com/llvm/llvm-project/pull/175209
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits