Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 32210 Build 32209: arc lint + arc unit
Event Timeline
LGTM
clang/include/clang/AST/DeclBase.h | ||
---|---|---|
374 | NIT: move constructors and assignments won't be generated if copy is deleted, so this is redundant. | |
clang/include/clang/AST/Stmt.h | ||
1057 | NIT: Move the deleted declarations to the start of the class? (For consistency) |
LG either way, the comments were NITs.
clang/include/clang/AST/Stmt.h | ||
---|---|---|
1057 | Why not move declarations inside Stmt to the primary constructor too? |
clang/include/clang/AST/Stmt.h | ||
---|---|---|
1057 | Done. |
NIT: move constructors and assignments won't be generated if copy is deleted, so this is redundant.
However, feel free to keep it if you want to be more explicit.