Skip to content

[lldb][NFC] Turn ChildCacheState into an unscoped enum #88703

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

Merged

Conversation

Michael137
Copy link
Member

Done for consistency with the rest of the enums in lldb-enumerations.h. See
#80167 (comment)

Done for consistency with the rest of the enums in
`lldb-enumerations.h`. See
llvm#80167 (comment)
@llvmbot
Copy link
Member

llvmbot commented Apr 15, 2024

@llvm/pr-subscribers-lldb

Author: Michael Buch (Michael137)

Changes

Done for consistency with the rest of the enums in lldb-enumerations.h. See
#80167 (comment)


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

1 Files Affected:

  • (modified) lldb/include/lldb/lldb-enumerations.h (+1-1)
diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h
index f3b07ea6d20395..15e45857186091 100644
--- a/lldb/include/lldb/lldb-enumerations.h
+++ b/lldb/include/lldb/lldb-enumerations.h
@@ -1310,7 +1310,7 @@ enum CompletionType {
 
 /// Specifies if children need to be re-computed
 /// after a call to \ref SyntheticChildrenFrontEnd::Update.
-enum class ChildCacheState {
+enum ChildCacheState {
   eRefetch = 0, ///< Children need to be recomputed dynamically.
 
   eReuse = 1, ///< Children did not change and don't need to be recomputed;

@Michael137 Michael137 changed the title [lldb] Turn ChildCacheState into an unscoped enum [lldb][NFC] Turn ChildCacheState into an unscoped enum Apr 15, 2024
Copy link
Member

@JDevlieghere JDevlieghere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Michael137 Michael137 merged commit 7eb5022 into llvm:main Apr 15, 2024
aniplcc pushed a commit to aniplcc/llvm-project that referenced this pull request Apr 15, 2024
Done for consistency with the rest of the enums in
`lldb-enumerations.h`. See
llvm#80167 (comment)
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.

3 participants