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 5e17daf + 09dfeb4 commit cc96bc5Copy full SHA for cc96bc5
clang/include/indexstore/indexstore.h
@@ -158,10 +158,10 @@ INDEXSTORE_PUBLIC bool
158
indexstore_unit_event_notification_is_initial(indexstore_unit_event_notification_t);
159
160
typedef enum {
161
- INDEXSTORE_UNIT_EVENT_REMOVED = 1,
162
- INDEXSTORE_UNIT_EVENT_MODIFIED = 2,
163
- INDEXSTORE_UNIT_EVENT_DIRECTORY_DELETED = 3,
164
- INDEXSTORE_UNIT_EVENT_FAILURE = 4,
+ INDEXSTORE_UNIT_EVENT_REMOVED = 2,
+ INDEXSTORE_UNIT_EVENT_MODIFIED = 3,
+ INDEXSTORE_UNIT_EVENT_DIRECTORY_DELETED = 4,
+ INDEXSTORE_UNIT_EVENT_FAILURE = 5,
165
} indexstore_unit_event_kind_t;
166
167
INDEXSTORE_PUBLIC indexstore_unit_event_kind_t
0 commit comments