ccls/src/clang_utils.h

11 lines
203 B
C
Raw Normal View History

#pragma once
#include <clang/Basic/FileManager.h>
2018-07-15 07:45:51 +00:00
#include <string>
2017-09-22 01:14:57 +00:00
2017-05-21 03:46:15 +00:00
// Returns the absolute path to |file|.
std::string FileName(const clang::FileEntry& file);
const char* ClangBuiltinTypeName(int);