Skip to content

Commit

Permalink
Fix build 5de2d18
Browse files Browse the repository at this point in the history
Remove source_mgr remark diagnose kind.
  • Loading branch information
Yuanfang Chen committed Mar 2, 2021
1 parent 5de2d18 commit 1490f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/Basic/DiagnosticFrontendKinds.td
Expand Up @@ -22,7 +22,6 @@ def note_fe_inline_asm_here : Note<"instantiated into assembly here">;
def err_fe_source_mgr : Error<"%0">, CatSourceMgr;
def warn_fe_source_mgr : Warning<"%0">, CatSourceMgr, InGroup<BackendSourceMgr>;
def note_fe_source_mgr : Note<"%0">, CatSourceMgr;
def remark_fe_source_mgr: Remark<"%0">, CatSourceMgr, InGroup<BackendSourceMgr>;
def err_fe_cannot_link_module : Error<"cannot link module '%0': %1">,
DefaultFatal;

Expand Down

0 comments on commit 1490f6b

Please sign in to comment.