Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Thanks for this! It generally looks good, aside from some minor nits. Btw, it looks like the HTML documentation wasn't regenerated for the patch.
clang/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
7392 | Can you add code examples to all of the new functionality? | |
7395–7397 | ||
clang/lib/ASTMatchers/Dynamic/Registry.cpp | ||
272 | This should be kept in alphabetical order. | |
clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp | ||
2142–2144 | Can you add some test coverage for the invalid cases as well, like asking for an out-of-range binding? |
Can you add code examples to all of the new functionality?