[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:31:53 PDT 2026


================
@@ -191,6 +191,24 @@ TEST(CrossTranslationUnit, EmptyInvocationListIsNotValid) {
   EXPECT_TRUE(IsWrongFromatError);
 }
 
+TEST(CrossTranslationUnit, WrongFormatInvocationListHasLineNumber) {
----------------
steakhal wrote:

I get why we use LIT tests: They represent the end-to-end failure handling.
However, there is this lonely new unittest here. Wasn't this covered by some LIT test?
What's the point of this unittest?

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


More information about the cfe-commits mailing list