[clang] [clang][analyzer] Forward CTU-import failure conditions (PR #189064)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 30 04:08:39 PDT 2026


================
@@ -15,10 +15,35 @@ def err_extdefmap_parsing : Error<
   "error parsing index file: '%0' line: %1 '<USR-Length>:<USR> <File-Path>' "
   "format expected">;
 
+def err_invlist_parsing : Error<
+  "error parsing invocation list file: '%0' line: %1 "
+  "'<source-file>: [<compiler>, <arg1>, ...]' YAML mapping format expected">;
+
 def err_multiple_def_index : Error<
   "multiple definitions are found for the same key in index ">;
 
+def warn_multiple_entries_invlist : Warning<
+  "multiple invocations for '%0' are found in the invocation list ">,
----------------
steakhal wrote:

The message end with a space. Why?

https://github.com/llvm/llvm-project/pull/189064


More information about the cfe-commits mailing list