Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Preprocessor / missing-include-range-check.h
blob6b3f7d35612088176fca4f65c30de4bf21bc83c1
1 // RUN: env CINDEXTEST_KEEP_GOING=1 c-index-test -test-load-source all %s > /dev/null 2> %t.err
2 // RUN: FileCheck < %t.err -check-prefix=CHECK-RANGE %s
4 #include <foobar.h>
5 #include "moozegnarf.h"
7 // CHECK-RANGE: rewrite-includes-missing.c:4:10:{4:10-4:19}: fatal error: 'foobar.h' file not found
8 // CHECK-RANGE: rewrite-includes-missing.c:5:10:{5:10-5:24}: fatal error: 'moozegnarf.h' file not found