some fix and update.

This commit is contained in:
ykiko
2024-07-13 11:17:18 +08:00
parent 1f98e6559d
commit 56927c2526
5 changed files with 90 additions and 81 deletions

View File

@@ -64,7 +64,9 @@ int main(int argc, const char** argv) {
auto invocation = std::make_shared<clang::CompilerInvocation>();
std::vector<const char*> args = {
"/home/ykiko/Project/C++/clice/external/llvm/bin/clang++",
"/usr/local/bin/clang++",
"-x",
"c++",
"-Xclang",
"-no-round-trip-args",
"-std=c++20",