Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
2746 | missing semicolon at the end of the statement? | |
2750 | missing semicolon at the end of the statement? | |
2762 | missing semicolon at the end of the statement? | |
2768 | getInstanceReceiver() can return null, so you need a nullptr check before calling ignore paren imp casts. | |
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | ||
610 | 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 | I'd drop the != nullptr bit. |
missing semicolon at the end of the statement?