Details
Diff Detail
- Repository
- rC Clang
Event Timeline
You regenerate the HTML by running clang/docs/tools/dump_ast_matchers.py.
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | ||
---|---|---|
1775 | Spurious semicolon, which happens elsewhere in the tests as well -- please clean them all. | |
1834 | For fun, I'd like to see a matchesC test for _Noreturn as well, just to be extra sure. :-) |
- Added C tests
- Cleaned-up spurious semicolons
- Docs are still not regenerated, somehow that script results in a huge diff for me.
Aside from a documentation nit, this LGTM. However, you should wait to commit until after you can safely regenerate the AST matcher documentation. The issue there is that dump_ast_matchers.py was not updated after r318304. I believe @dblaikie was looking into the Python script, but I'm not certain how far he got with it.
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
3579–3595 | I don't think the documentation needs to list all of these -- it would be better to pick a representative few and just use those. |
@dblaikie Hi! Did you get anywhere with the script update?
As far i'm concerned, all new ASTMatchers are stalled because of this...
- rebased
- finally updated docs
- found a new bug in doc generator https://bugs.llvm.org/show_bug.cgi?id=35989
Going to finally land this.
I don't think the documentation needs to list all of these -- it would be better to pick a representative few and just use those.