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
Make test more lenient for custom clang version strings
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-include-fixer
/
yamldb.cpp
blob
d17b41472b23fb63f5f5533780a8a38538a9d1c3
1
// RUN: sed -e 's#//.*$##' %s > %t.cpp
2
// RUN: clang-include-fixer -db=yaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --
3
// RUN: FileCheck %s -input-file=%t.cpp
4
5
// CHECK: #include "foo.h"
6
// CHECK: b::a::foo f;
7
8
b
::
a
::
foo f
;