Skip to content

Commit 997d177

Browse files
committed
[lldb] Put SBSourceLanguageName in lldb namespace (llvm#91685)
(cherry picked from commit 3bde798)
1 parent 2b47ad4 commit 997d177

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/scripts/generate-sbapi-dwarf-enum.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
1616
#ifndef LLDB_API_SBLANGUAGE_H
1717
#define LLDB_API_SBLANGUAGE_H
18+
19+
namespace lldb {
1820
/// Used by \\ref SBExpressionOptions.
1921
/// These enumerations use the same language enumerations as the DWARF
2022
/// specification for ease of use and consistency.
@@ -24,6 +26,8 @@
2426
FOOTER = """\
2527
};
2628
29+
} // namespace lldb
30+
2731
#endif
2832
"""
2933

0 commit comments

Comments
 (0)