10 lines
118 B
C++
10 lines
118 B
C++
#pragma once
|
|
|
|
#include "Clang.h"
|
|
|
|
namespace clice {
|
|
|
|
inline auto createCompilerInvocation() {}
|
|
|
|
} // namespace clice
|