[llvm] [clang][modules] Move `SLocEntry` search into `ASTReader` (PR #66966)
Jan Svoboda via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 16:20:48 PDT 2023
================
@@ -50,6 +50,7 @@ int y = a2<int>;
// CHECK: In module 'a':
// CHECK-NEXT: a.h:1:45: error:
+int z = b<int>;
// MISSING-B: could not find file '{{.*}}b.h'
// MISSING-B-NOT: please delete the module cache
----------------
jansvoboda11 wrote:
I'm not sure. To me, this seems like an implementation detail we shouldn't test for.
https://github.com/llvm/llvm-project/pull/66966
More information about the llvm-commits
mailing list