|
| 1 | +diff --git a/llvm-project/clang/tools/IndexStore/IndexStore.exports b/llvm-project/clang/tools/IndexStore/IndexStore.exports |
| 2 | +index a24b8bbad9fe..1d5beaa02ba3 100644 |
| 3 | +--- a/llvm-project/clang/tools/IndexStore/IndexStore.exports |
| 4 | ++++ b/llvm-project/clang/tools/IndexStore/IndexStore.exports |
| 5 | +@@ -10,9 +10,7 @@ indexstore_store_create_with_options |
| 6 | + indexstore_store_dispose |
| 7 | + indexstore_store_get_unit_modification_time |
| 8 | + indexstore_store_get_unit_name_from_output_path |
| 9 | +-indexstore_store_units_apply |
| 10 | + indexstore_store_units_apply_f |
| 11 | +-indexstore_store_set_unit_event_handler |
| 12 | + indexstore_store_set_unit_event_handler_f |
| 13 | + indexstore_store_start_unit_event_listening |
| 14 | + indexstore_store_stop_unit_event_listening |
| 15 | +@@ -33,19 +31,13 @@ indexstore_symbol_relation_get_symbol |
| 16 | + indexstore_occurrence_get_symbol |
| 17 | + indexstore_occurrence_get_roles |
| 18 | + indexstore_occurrence_get_line_col |
| 19 | +-indexstore_occurrence_relations_apply |
| 20 | + indexstore_occurrence_relations_apply_f |
| 21 | + indexstore_record_reader_create |
| 22 | + indexstore_record_reader_dispose |
| 23 | +-indexstore_record_reader_search_symbols |
| 24 | + indexstore_record_reader_search_symbols_f |
| 25 | +-indexstore_record_reader_symbols_apply |
| 26 | + indexstore_record_reader_symbols_apply_f |
| 27 | +-indexstore_record_reader_occurrences_apply |
| 28 | + indexstore_record_reader_occurrences_apply_f |
| 29 | +-indexstore_record_reader_occurrences_in_line_range_apply |
| 30 | + indexstore_record_reader_occurrences_in_line_range_apply_f |
| 31 | +-indexstore_record_reader_occurrences_of_symbols_apply |
| 32 | + indexstore_record_reader_occurrences_of_symbols_apply_f |
| 33 | + indexstore_unit_dependency_get_kind |
| 34 | + indexstore_unit_dependency_get_filepath |
| 35 | +@@ -68,9 +60,7 @@ indexstore_unit_reader_get_working_dir |
| 36 | + indexstore_unit_reader_get_output_file |
| 37 | + indexstore_unit_reader_get_sysroot_path |
| 38 | + indexstore_unit_reader_get_target |
| 39 | +-indexstore_unit_reader_dependencies_apply |
| 40 | + indexstore_unit_reader_dependencies_apply_f |
| 41 | +-indexstore_unit_reader_includes_apply |
| 42 | + indexstore_unit_reader_includes_apply_f |
| 43 | + indexstore_unit_reader_has_main_file |
| 44 | + indexstore_unit_reader_is_debug_compilation |
0 commit comments