[PATCH] D80753: [clang-tidy] remove duplicate fixes of alias checkers
Daniel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 28 15:25:41 PDT 2020
Daniel599 marked 4 inline comments as done.
Daniel599 added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/infrastructure/duplicate-fixes-of-alias-checkers.cpp:3
+
+#include <stdio.h>
+namespace std {
----------------
Eugene.Zelenko wrote:
> cstdio. Please also separate with newline.
I wanted to use cstdio but the test fails with 'file not found', don't know if it's specific on my host, anyway I`ll remove this include (and the printf)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80753/new/
https://reviews.llvm.org/D80753
More information about the cfe-commits
mailing list