[cfe-dev] How to disable the generation of TypedefDecl for __builtin_va_list
Meador Inge via cfe-dev
cfe-dev at lists.llvm.org
Mon Feb 22 15:30:56 PST 2016
On Mon, Feb 22, 2016 at 11:15 AM, Chengnian Sun via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
Hi,
>
> I found out that for the following code (only containing two variable
> declarations), clang will generate three internal typedef declarations. Is
> there any way to disable the generation of the three typedef?
>
Not that I know of. What problem are you trying to solve by disabling them?
-- Meador
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160222/855ba251/attachment.html>
More information about the cfe-dev
mailing list