...
This commit is contained in:
@@ -81,7 +81,7 @@ filename = sys.argv[1]
|
||||
|
||||
index = clang.cindex.Index.create()
|
||||
|
||||
tu = index.parse(filename, ["-x", "c"])
|
||||
tu = index.parse(filename, ["-x", "c", "-std=c23"])
|
||||
|
||||
if tu.diagnostics:
|
||||
for diag in tu.diagnostics:
|
||||
|
||||
Reference in New Issue
Block a user