[include-fixer] Add Yaml database integration.
authorHaojian Wu <hokein@google.com>
Fri, 29 Apr 2016 09:23:38 +0000 (09:23 +0000)
committerHaojian Wu <hokein@google.com>
Fri, 29 Apr 2016 09:23:38 +0000 (09:23 +0000)
commitd8c12badad7765655e86810eab60db23d1258326
tree56ae9f1452a2432ff66a5842422535407d0becc0
parent07a691c706de349599ee5039ba9b36d1b0c4a27b
[include-fixer] Add Yaml database integration.

Reviewers: bkramer

Subscribers: cfe-commits, klimek, djasper

Differential Revision: http://reviews.llvm.org/D19648

llvm-svn: 268017
clang-tools-extra/include-fixer/CMakeLists.txt
clang-tools-extra/include-fixer/YamlXrefsDB.cpp [new file with mode: 0644]
clang-tools-extra/include-fixer/YamlXrefsDB.h [new file with mode: 0644]
clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp
clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml [new file with mode: 0644]
clang-tools-extra/test/include-fixer/yamldb.cpp [new file with mode: 0644]