This finishes support for ASAN on MSVC2012.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Formatting nit, otherwise LGTM.
lib/interception/interception_win.cc | ||
---|---|---|
186 ↗ | (On Diff #14079) | I'd much rather prefer something like const char *InterestingDLLs[] = { "kernel32.dll", "msvcr110.dll", // VS2012 "msvcr120.dll", // VS2013 NULL }; or const char *InterestingDLLs[] = { "kernel32.dll", "msvcr110.dll", // VS2012 "msvcr120.dll", // VS2013 NULL }; [please pick the version that clang-format likes more] What do you think? |