Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
LGTM
clang/include/clang/AST/DeclBase.h | ||
---|---|---|
374 ↗ | (On Diff #200458) | NIT: move constructors and assignments won't be generated if copy is deleted, so this is redundant. |
clang/include/clang/AST/Stmt.h | ||
1057 ↗ | (On Diff #200458) | NIT: Move the deleted declarations to the start of the class? (For consistency) |
Comment Actions
LG either way, the comments were NITs.
clang/include/clang/AST/Stmt.h | ||
---|---|---|
1057 ↗ | (On Diff #200458) | Why not move declarations inside Stmt to the primary constructor too? |
clang/include/clang/AST/Stmt.h | ||
---|---|---|
1057 ↗ | (On Diff #200458) | Done. |