Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM!
| clang/lib/ASTMatchers/ASTMatchersInternal.cpp | ||
|---|---|---|
| 518 | I would imagine we'd want to skip an ExternCContextDecl for similar reasons, though I am struggling to find a test case that actually generates that context. | |
| clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | ||
| 1648 | As another test: namespace foo {
extern "C" {
void test();
}
} | |
| clang/lib/ASTMatchers/ASTMatchersInternal.cpp | ||
|---|---|---|
| 518 | I couldn't figure a way to generate one of those either. However if a context type that isnt found matched the assertions should go off and we can look into the issue again | |
I would imagine we'd want to skip an ExternCContextDecl for similar reasons, though I am struggling to find a test case that actually generates that context.