commit | d5a78e6e594bcf8dc7502fb5cb7396c0936eb224 | [log] [tgz] |
---|---|---|
author | Haojian Wu <[email protected]> | Fri Dec 14 12:39:08 2018 |
committer | Haojian Wu <[email protected]> | Fri Dec 14 12:39:08 2018 |
tree | 44774c2b9d6604ed73509fb3cf45dca922feff69 | |
parent | 813af0d2831d5ece986a06d8e407156f941fafae [diff] |
[clangd] Fix an assertion failure in background index. Summary: When indexing a file which contains an uncompilable error, we will trigger an assertion failure -- the IndexFileIn data is not set, but we access them in the backgound index. Reviewers: kadircet Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, cfe-commits Differential Revision: https://reviews.llvm.org/D55650 llvm-svn: 349144