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.
1 parent baa29b1 commit 93a05ceCopy full SHA for 93a05ce
clang-tools-extra/clangd/Protocol.h
@@ -1116,15 +1116,16 @@ enum class SymbolTag {
1116
Abstract = 9,
1117
Final = 10,
1118
Sealed = 11,
1119
- Transient = 12,
1120
- Volatile = 13,
1121
- Synchronized = 14,
1122
- Virtual = 15,
1123
- Nullable = 16,
1124
- NonNull = 17,
1125
- Declaration = 18,
1126
- Definition = 19,
1127
- ReadOnly = 20,
+ Constant = 12,
+ Transient = 13,
+ Volatile = 14,
+ Synchronized = 15,
+ Virtual = 16,
+ Nullable = 17,
+ NonNull = 18,
+ Declaration = 19,
+ Definition = 20,
1128
+ ReadOnly = 21,
1129
};
1130
llvm::json::Value toJSON(SymbolTag);
1131
/// Represents programming constructs like variables, classes, interfaces etc.
0 commit comments