[PATCH] D142675: [clang][CGDebugInfo] emit DW_LANG_C_plus_plus_{20|17} DW_LANG_C17

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 16:23:11 PST 2023


dblaikie added a comment.

This was discussed in D138597 <https://reviews.llvm.org/D138597> & we decided not to implement these due to the risk of breaking existing v5 clients that might not know about the post-v5-release codes. Implementing the v6 codes as an extension might be an option, or emitting the post-v5-release codes as an extension/under non-strict mode?

But is there any particular value you're looking for by implementing these?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142675/new/

https://reviews.llvm.org/D142675



More information about the cfe-commits mailing list