We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845c1c9 commit 335d824Copy full SHA for 335d824
llvm/include/llvm/BinaryFormat/Dwarf.h
@@ -504,6 +504,8 @@ toDW_LNAME(SourceLanguage language) {
504
LLVM_ABI llvm::StringRef LanguageDescription(SourceLanguageName name);
505
506
/// Returns a language name corresponding to the specified version.
507
+/// If the version is not recognized for the specified language, returns
508
+/// the version-independent name.
509
LLVM_ABI llvm::StringRef LanguageDescription(SourceLanguageName Name,
510
uint32_t Version);
511
0 commit comments