Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
clang/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
2746 ↗ | (On Diff #155543) | missing semicolon at the end of the statement? |
2750 ↗ | (On Diff #155543) | missing semicolon at the end of the statement? |
2762 ↗ | (On Diff #155543) | missing semicolon at the end of the statement? |
2768 ↗ | (On Diff #155543) | getInstanceReceiver() can return null, so you need a nullptr check before calling ignore paren imp casts. |
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | ||
610 ↗ | (On Diff #155543) | Spurious newline can be removed. |
Comment Actions
LGTM aside from a style nit (you can take it or leave it).
clang/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
2769 ↗ | (On Diff #155734) | I'd drop the != nullptr bit. |