Files
clice/include/Clang/Compiler.h
2024-07-25 13:00:31 +08:00

16 lines
197 B
C++

#pragma once
#include "Clang.h"
namespace clice {
inline CompilerInvocation createCompilerInvocation() {
}
inline CompilerInstance createCompilerInstance() {
}
} // namespace clice