Re: [RFC] Clang plugin for catching suspicious typedef casting

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Dmitry Dolgov" <9erthalion6(at)gmail(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [RFC] Clang plugin for catching suspicious typedef casting
Date: 2023-08-03 17:23:52
Message-ID: CUJ30RJOEJ5F.2ZA1SGA3XD00Q@gonk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is the first I am learning about clang plugins. Interesting
concept. Did you give any thought to using libclang instead of
a compiler plugin? I am kind of doing similar work, but I went with
libclang instead of a plugin.

--
Tristan Partin
Neon (https://neon.tech)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2023-08-03 17:40:12 Using defines for protocol characters
Previous Message Dmitry Dolgov 2023-08-03 16:56:38 [RFC] Clang plugin for catching suspicious typedef casting