[clang] 1490f6b - Fix build 5de2d189e6ad4

Yuanfang Chen via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 1 16:08:17 PST 2021


Author: Yuanfang Chen
Date: 2021-03-01T16:06:30-08:00
New Revision: 1490f6b72c30f690b18018ceefd499562b255efa

URL: https://github.com/llvm/llvm-project/commit/1490f6b72c30f690b18018ceefd499562b255efa
DIFF: https://github.com/llvm/llvm-project/commit/1490f6b72c30f690b18018ceefd499562b255efa.diff

LOG: Fix build 5de2d189e6ad4

Remove source_mgr remark diagnose kind.

Added: 
    

Modified: 
    clang/include/clang/Basic/DiagnosticFrontendKinds.td

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/DiagnosticFrontendKinds.td b/clang/include/clang/Basic/DiagnosticFrontendKinds.td
index 831f906ffac8..3086e922d9ed 100644
--- a/clang/include/clang/Basic/DiagnosticFrontendKinds.td
+++ b/clang/include/clang/Basic/DiagnosticFrontendKinds.td
@@ -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;
 


        


More information about the cfe-commits mailing list