Skip to content

Commit

Permalink
Refactor diagnostic_emitter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Jan 31, 2025
1 parent 133717c commit f46d9b1
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 165 deletions.
2 changes: 1 addition & 1 deletion toolchain/check/sem_ir_diagnostic_converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "llvm/ADT/ArrayRef.h"
#include "toolchain/check/diagnostic_helpers.h"
#include "toolchain/diagnostics/diagnostic_converter.h"
#include "toolchain/diagnostics/diagnostic_emitter.h"
#include "toolchain/lex/token_index.h"
#include "toolchain/parse/tree_and_subtrees.h"
#include "toolchain/sem_ir/file.h"
Expand Down
1 change: 0 additions & 1 deletion toolchain/diagnostics/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cc_library(
hdrs = [
"diagnostic.h",
"diagnostic_consumer.h",
"diagnostic_converter.h",
"diagnostic_emitter.h",
],
deps = [
Expand Down
78 changes: 0 additions & 78 deletions toolchain/diagnostics/diagnostic_converter.h

This file was deleted.

Loading

0 comments on commit f46d9b1

Please # to comment.