[PATCH] D115103: Leak Sanitizer port to Windows
Clemens Wasser via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 7 07:44:35 PST 2021
clemenswasser added inline comments.
================
Comment at: compiler-rt/lib/lsan/lsan.h:20
+#elif SANITIZER_WINDOWS
+# include "lsan_win.h"
#endif
----------------
MyDeveloperDay wrote:
> clang-format?
Yes, this is caused by clang-format. What should I do about it?
================
Comment at: compiler-rt/lib/lsan/lsan.h:20
+#elif SANITIZER_WINDOWS
+# include "lsan_win.h"
#endif
----------------
vitalybuka wrote:
> clemenswasser wrote:
> > MyDeveloperDay wrote:
> > > clang-format?
> > Yes, this is caused by clang-format. What should I do about it?
> @clemenswasser Can you please a separate tiny patch which clang-format nearby lines
@vitalybuka Should I create a patch, where I format the whole file or just these `#include`s?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115103/new/
https://reviews.llvm.org/D115103
More information about the cfe-commits
mailing list