diff options
Diffstat (limited to 'lldb/include/lldb/lldb-private-enumerations.h')
-rw-r--r-- | lldb/include/lldb/lldb-private-enumerations.h | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/lldb/include/lldb/lldb-private-enumerations.h b/lldb/include/lldb/lldb-private-enumerations.h index 9b7879c05f9e..7009d1b4fba7 100644 --- a/lldb/include/lldb/lldb-private-enumerations.h +++ b/lldb/include/lldb/lldb-private-enumerations.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_private_enumerations_h_ -#define LLDB_lldb_private_enumerations_h_ +#ifndef LLDB_LLDB_PRIVATE_ENUMERATIONS_H +#define LLDB_LLDB_PRIVATE_ENUMERATIONS_H #include "llvm/ADT/StringRef.h" #include "llvm/Support/FormatProviders.h" @@ -148,18 +148,6 @@ enum ExecutionPolicy { eExecutionPolicyTopLevel // used for top-level code }; -// Ways that the FormatManager picks a particular format for a type -enum FormatterChoiceCriterion { - eFormatterChoiceCriterionDirectChoice = 0x00000000, - eFormatterChoiceCriterionStrippedPointerReference = 0x00000001, - eFormatterChoiceCriterionNavigatedTypedefs = 0x00000002, - eFormatterChoiceCriterionRegularExpressionSummary = 0x00000004, - eFormatterChoiceCriterionRegularExpressionFilter = 0x00000004, - eFormatterChoiceCriterionLanguagePlugin = 0x00000008, - eFormatterChoiceCriterionStrippedBitField = 0x00000010, - eFormatterChoiceCriterionWentToStaticValue = 0x00000020 -}; - // Synchronicity behavior of scripted commands enum ScriptedCommandSynchronicity { eScriptedCommandSynchronicitySynchronous, @@ -267,4 +255,4 @@ template <> struct format_provider<lldb_private::Vote> { }; } -#endif // LLDB_lldb_private_enumerations_h_ +#endif // LLDB_LLDB_PRIVATE_ENUMERATIONS_H |