Skip to content
  • Egor Gabov's avatar
    updated for compatibility with LLVM 10 · 30d6a2b6
    Egor Gabov authored
    In LLVM 10 llvm::StringRef operator std::string() is marked as explicit.
    In this commit all implicit conversion from llvm::StringRef to
    std::string are changed by explicit.
    Also included header file clang/Basic/FileManager.h in src/MiniDumper
    because without this header, class clang::FileEntry in incomplete class
    30d6a2b6