Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb] Put SBSourceLanguageName in lldb namespace #91685

Merged
merged 1 commit into from
May 10, 2024

Conversation

bulbazord
Copy link
Member

No description provided.

@llvmbot
Copy link
Collaborator

llvmbot commented May 10, 2024

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/91685.diff

1 Files Affected:

  • (modified) lldb/scripts/generate-sbapi-dwarf-enum.py (+4)
diff --git a/lldb/scripts/generate-sbapi-dwarf-enum.py b/lldb/scripts/generate-sbapi-dwarf-enum.py
index f7a13e5efffef..7fd6037986317 100755
--- a/lldb/scripts/generate-sbapi-dwarf-enum.py
+++ b/lldb/scripts/generate-sbapi-dwarf-enum.py
@@ -15,6 +15,8 @@
 
 #ifndef LLDB_API_SBLANGUAGE_H
 #define LLDB_API_SBLANGUAGE_H
+
+namespace lldb {
 /// Used by \\ref SBExpressionOptions.
 /// These enumerations use the same language enumerations as the DWARF
 /// specification for ease of use and consistency.
@@ -24,6 +26,8 @@
 FOOTER = """\
 };
 
+} // namespace lldb
+
 #endif
 """
 

@bulbazord bulbazord merged commit 3bde798 into llvm:main May 10, 2024
6 checks passed
@bulbazord bulbazord deleted the sb-language-fix branch May 10, 2024 17:00
adrian-prantl pushed a commit to apple/llvm-project that referenced this pull request May 10, 2024
adrian-prantl added a commit to apple/llvm-project that referenced this pull request May 10, 2024
…ypick

[lldb] Put SBSourceLanguageName in lldb namespace (llvm#91685)
adrian-prantl pushed a commit to adrian-prantl/llvm-project that referenced this pull request Jun 12, 2024
(cherry picked from commit 3bde798)
(cherry picked from commit 997d177)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants