[PATCH] D52695: [clang][Parse] Diagnose useless null statements (PR39111)
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 2 14:07:02 PDT 2018
lebedev.ri added inline comments.
================
Comment at: include/clang/Basic/DiagnosticGroups.td:770
+ NullPointerArithmetic,
+ ExtraSemiStmt
]>;
----------------
I'm really unsure of this. Maybe this should only be `EmptyInitStatement`.
Repository:
rC Clang
https://reviews.llvm.org/D52695
More information about the cfe-commits
mailing list