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
[Offload] Fix offload-info interface
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-apply-replacements
/
Inputs
/
format_header
/
no.cpp
blob
140e266200b72f46d9bfd192e677fbca478730d2
1
#include <string>
2
// CHECK: #include <string>
3
// CHECK-NEXT: #include <memory>
4
// CHECK-NEXT: #include "bar.h"
5
#include <memory>
6
#include
"foo.h"
7
#include
"bar.h"
8
9
void
foo
() {
10
}