Re: LLVM Address Sanitizer (ASAN) and valgrind support

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: LLVM Address Sanitizer (ASAN) and valgrind support
Дата
Msg-id 20160927233408.746pv3fdwr4tqddb@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: LLVM Address Sanitizer (ASAN) and valgrind support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2016-09-27 19:31:57 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > On 2016-09-28 00:23:11 +0100, Greg Stark wrote:
> >> I would love to remove all the #ifdef's and have the
> >> macros just be no-ops if they're compiled out for example...
> 
> > Don't we pretty much have that?
> 
> I think "((void) 0)" is a more common spelling of a dummy statement.
> Though there's little wrong with it as it is.

That's already committed code, I didn't propose to add it ;)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LLVM Address Sanitizer (ASAN) and valgrind support
Следующее
От: Mark Dilger
Дата:
Сообщение: should xlog_outdesc modify its argument?