Skip to content

Commit 93a05ce

Browse files
chouzzDimitri Ratz
authored andcommitted
Remove Constant tag
1 parent baa29b1 commit 93a05ce

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

clang-tools-extra/clangd/Protocol.h

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,15 +1116,16 @@ enum class SymbolTag {
11161116
Abstract = 9,
11171117
Final = 10,
11181118
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,
1119+
Constant = 12,
1120+
Transient = 13,
1121+
Volatile = 14,
1122+
Synchronized = 15,
1123+
Virtual = 16,
1124+
Nullable = 17,
1125+
NonNull = 18,
1126+
Declaration = 19,
1127+
Definition = 20,
1128+
ReadOnly = 21,
11281129
};
11291130
llvm::json::Value toJSON(SymbolTag);
11301131
/// Represents programming constructs like variables, classes, interfaces etc.

0 commit comments

Comments
 (0)