Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a libclang-style C API #337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add libclang-style C API

bc67a64
Select commit
Loading
Failed to load commit list.
Open

Add a libclang-style C API #337

Add libclang-style C API
bc67a64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 27, 2024 in 1s

22.46% of diff hit (target 74.43%)

View this Pull Request on Codecov

22.46% of diff hit (target 74.43%)

Annotations

Check warning on line 25 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L25

Added line #L25 was not covered by tests

Check warning on line 79 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L28-L79

Added lines #L28 - L79 were not covered by tests

Check warning on line 81 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L81

Added line #L81 was not covered by tests

Check warning on line 84 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L84

Added line #L84 was not covered by tests

Check warning on line 87 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 101 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L96-L101

Added lines #L96 - L101 were not covered by tests

Check warning on line 117 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L117

Added line #L117 was not covered by tests

Check warning on line 120 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L120

Added line #L120 was not covered by tests

Check warning on line 161 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L124-L161

Added lines #L124 - L161 were not covered by tests

Check warning on line 169 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L169

Added line #L169 was not covered by tests

Check warning on line 176 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L175-L176

Added lines #L175 - L176 were not covered by tests

Check warning on line 201 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L178-L201

Added lines #L178 - L201 were not covered by tests

Check warning on line 203 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L203

Added line #L203 was not covered by tests

Check warning on line 207 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L205-L207

Added lines #L205 - L207 were not covered by tests

Check warning on line 244 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L243-L244

Added lines #L243 - L244 were not covered by tests

Check warning on line 257 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L252-L257

Added lines #L252 - L257 were not covered by tests

Check warning on line 259 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L259

Added line #L259 was not covered by tests

Check warning on line 307 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L307

Added line #L307 was not covered by tests

Check warning on line 311 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L311

Added line #L311 was not covered by tests

Check warning on line 319 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L319

Added line #L319 was not covered by tests

Check warning on line 323 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L321-L323

Added lines #L321 - L323 were not covered by tests

Check warning on line 327 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L325-L327

Added lines #L325 - L327 were not covered by tests

Check warning on line 329 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L329

Added line #L329 was not covered by tests

Check warning on line 332 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L331-L332

Added lines #L331 - L332 were not covered by tests

Check warning on line 334 in lib/Interpreter/CXCppInterOp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Interpreter/CXCppInterOp.cpp#L334

Added line #L334 was not covered by tests