summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp
blob: 1997390d5a2c5efb73378ed961946308c0876e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: mkdir -p %T/foo/bar
// RUN: cp %p/Inputs/fake_yaml_db.yaml %T/find_all_symbols_db.yaml
// RUN: cd %T/foo
// RUN: sed -e 's#//.*$##' %s > bar/test.cpp
// RUN: clang-include-fixer -db=yaml bar/test.cpp --
// RUN: FileCheck %s -input-file=bar/test.cpp

// CHECK: #include "foo.h"
// CHECK: b::a::foo f;

b::a::foo f;
OpenPOWER on IntegriCloud