repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
header-search-crash.c
blob
8c04216d18ba12bba5aac29eb96790916317882b
1
// RUN: rm -rf %t && mkdir %t
2
// RUN: %hmaptool write %S/Inputs/header-search-crash/foo.hmap.json %t/foo.hmap
3
// RUN: %clang -cc1 -E %s -I %t/foo.hmap -verify
4
5
#include
"MissingHeader.h"
// expected-error {{'MissingHeader.h' file not found}}