[clangd] Fix non-indexing of builtin functions like printf when the TU is C
authorSam McCall <sam.mccall@gmail.com>
Wed, 10 Apr 2019 16:26:58 +0000 (16:26 +0000)
committerSam McCall <sam.mccall@gmail.com>
Wed, 10 Apr 2019 16:26:58 +0000 (16:26 +0000)
commit2d02c6df6b2b0ddca24a6bf343154a0573eb955b
treeaa0cc52962fce591a3101b1be7075c1b3946d830
parent0e66db5d771898273ea04e5e067859b9907f49e6
[clangd] Fix non-indexing of builtin functions like printf when the TU is C

llvm-svn: 358098
clang-tools-extra/clangd/index/SymbolCollector.cpp
clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp