Skip to content

Commit 7eb5022

Browse files
authored
[lldb][NFC] Turn ChildCacheState into an unscoped enum (#88703)
Done for consistency with the rest of the enums in `lldb-enumerations.h`. See #80167 (comment)
1 parent 0287a5c commit 7eb5022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/lldb-enumerations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ enum CompletionType {
13101310

13111311
/// Specifies if children need to be re-computed
13121312
/// after a call to \ref SyntheticChildrenFrontEnd::Update.
1313-
enum class ChildCacheState {
1313+
enum ChildCacheState {
13141314
eRefetch = 0, ///< Children need to be recomputed dynamically.
13151315

13161316
eReuse = 1, ///< Children did not change and don't need to be recomputed;

0 commit comments

Comments
 (0)