Skip to content

Commit ddd87a1

Browse files
Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (llvm#86676)"
This failed the test suite due to missing DiagGroup for a new warning. This reverts commit b31414b.
1 parent 31b0430 commit ddd87a1

File tree

77 files changed

+8530
-3849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+8530
-3849
lines changed

clang/include/clang/Basic/DiagnosticDriverKinds.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,6 @@ def err_drv_extract_api_wrong_kind : Error<
521521
"header file '%0' input '%1' does not match the type of prior input "
522522
"in api extraction; use '-x %2' to override">;
523523

524-
def err_drv_missing_symbol_graph_dir: Error<
525-
"Must provide a symbol graph output directory using --symbol-graph-dir=<directory>">;
526-
527-
def err_drv_unexpected_symbol_graph_output : Error<
528-
"Unexpected output symbol graph '%1'; please provide --symbol-graph-dir=<directory> instead">;
529-
530524
def warn_slash_u_filename : Warning<"'/U%0' treated as the '/U' option">,
531525
InGroup<DiagGroup<"slash-u-filename">>;
532526
def note_use_dashdash : Note<

clang/include/clang/Basic/DiagnosticFrontendKinds.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,4 @@ def warn_profile_data_misexpect : Warning<
360360
def err_extract_api_ignores_file_not_found :
361361
Error<"file '%0' specified by '--extract-api-ignores=' not found">, DefaultFatal;
362362

363-
def warn_missing_symbol_graph_dir : Warning<"Missing symbol graph output directory, defaulting to working directory">;
364-
365363
}

0 commit comments

Comments
 (0)