Summary: And some improvements: * Show better error messages on unfound symbols. * Fix a typo. Reviewers: bkramer Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D20827 llvm-svn: 271382
6 lines
191 B
C++
6 lines
191 B
C++
// RUN: clang-include-fixer -db=yaml -input=%S/Inputs/fake_yaml_db.yaml -output-headers %s -- | FileCheck %s
|
|
|
|
// CHECK: "Headers": [ "\"../include/bar.h\"", "\"../include/zbar.h\"" ]
|
|
|
|
bar b;
|