16 lines
197 B
C++
16 lines
197 B
C++
#pragma once
|
|
|
|
#include "Clang.h"
|
|
|
|
namespace clice {
|
|
|
|
inline CompilerInvocation createCompilerInvocation() {
|
|
|
|
}
|
|
|
|
inline CompilerInstance createCompilerInstance() {
|
|
|
|
}
|
|
|
|
} // namespace clice
|