[all-commits] [llvm/llvm-project] 3c312e: DebugInfo: Add/support new DW_LANG codes for recen...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Dec 6 13:11:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c312e48f325c1b1ee11404ee6cfa08ee00037b0
https://github.com/llvm/llvm-project/commit/3c312e48f325c1b1ee11404ee6cfa08ee00037b0
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGen/debug-info-preprocessed-file.i
A clang/test/CodeGen/debug-info-programming-language.c
M clang/test/CodeGenCXX/debug-info-programming-language.cpp
M clang/test/PCH/debug-info-pch-container-path.c
Log Message:
-----------
DebugInfo: Add/support new DW_LANG codes for recent C and C++ versions
This may be a breaking change for consumers if they're trying to detect
if code is C or C++, since it'll start using new codes that they may not
be ready to recognize, in which case they may fall back to non-C
handling.
Differential Revision: https://reviews.llvm.org/D138597
More information about the All-commits
mailing list