[clang] [WIP][Safe Buffers] Serialize unsafe_buffer_usage pragmas (PR #92031)

Dana Jansens via cfe-commits cfe-commits at lists.llvm.org
Wed May 15 13:00:35 PDT 2024


danakj wrote:

I am curious so I will ask: why did this take an approach of serializing the output of the pragmas (the maps) instead of serializing the pragmas themselves as AST nodes, so that the maps would be constructed in the same way as from parsing the text directly? that's how other pragmas were serialized that I have seen.

https://github.com/llvm/llvm-project/pull/92031


More information about the cfe-commits mailing list