We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0f68b2 + ca48ff8 commit 815185aCopy full SHA for 815185a
lldb/include/lldb/lldb-enumerations.h
@@ -434,7 +434,10 @@ FLAGS_ENUM(WatchpointEventType){
434
/// specification for ease of use and consistency.
435
/// The enum -> string code is in Language.cpp, don't change this
436
/// table without updating that code as well.
437
-enum LanguageType : uint16_t {
+///
438
+/// This datatype is used in SBExpressionOptions::SetLanguage() which
439
+/// makes this type API. Do not change its underlying storage type!
440
+enum LanguageType {
441
eLanguageTypeUnknown = 0x0000, ///< Unknown or invalid language value.
442
eLanguageTypeC89 = 0x0001, ///< ISO C:1989.
443
eLanguageTypeC = 0x0002, ///< Non-standardized C, such as K&R.
0 commit comments