[clang] [clang][analyzer] Forward CTU-import failure conditions (PR #189064)
Arseniy Zaostrovnykh via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 05:39:49 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 ">,
----------------
necto wrote:
No good reason. I got confused by the message above (`err_multiple_def_index`), which, I believe is also a typo.
a7d6e0010335 Remove trailing space
https://github.com/llvm/llvm-project/pull/189064
More information about the cfe-commits
mailing list