Skip to content

Commit 335d824

Browse files
committed
fixup! expand docs
1 parent 845c1c9 commit 335d824

File tree

1 file changed

+2
-0
lines changed
  • llvm/include/llvm/BinaryFormat

1 file changed

+2
-0
lines changed

llvm/include/llvm/BinaryFormat/Dwarf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ toDW_LNAME(SourceLanguage language) {
504504
LLVM_ABI llvm::StringRef LanguageDescription(SourceLanguageName name);
505505

506506
/// 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.
507509
LLVM_ABI llvm::StringRef LanguageDescription(SourceLanguageName Name,
508510
uint32_t Version);
509511

0 commit comments

Comments
 (0)