forked from OSchip/llvm-project
757fcd6d1f
a missing include from CLog.h. CLog.h referenced most of the core libclang types but never directly included Index.h that provides them. Previously it got lucky and other headers were always included first but with the sorting it ended up first in one case and stopped compiling. Adding the Index.h include fixes it right up. llvm-svn: 202810 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile | ||
MultilibTest.cpp |