Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Small nit. LGTM otherwise.
lib/Sema/SemaDecl.cpp | ||
---|---|---|
8291–8293 ↗ | (On Diff #45730) | It would be nice to emit this diagnostics on one side of compilation only. Nit - unneeded {} |
Comment Actions
Add check for extern "C" printf -- we don't want to take just any printf!
lib/Sema/SemaDecl.cpp | ||
---|---|---|
8291–8293 ↗ | (On Diff #45730) | Resolved irl. |