sammccall planned changes to this revision.
sammccall marked an inline comment as done.
sammccall added a comment.
Sorry, this has a hideous bug that rebroadcasts CDBs over and over. Working on 
a fix...



================
Comment at: clang-tools-extra/clangd/GlobalCompilationDatabase.cpp:195
     if (Request.ShouldBroadcast && !SentBroadcast)
       CompilationDatabases[Result.PI.SourceRoot].SentBroadcast = true;
   }
----------------
this line is incorrect because the key should be lowercase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65320/new/

https://reviews.llvm.org/D65320



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to