summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-12-06 16:10:28 -0800
committerReid Kleckner <rnk@google.com>2019-12-18 13:47:00 -0800
commit71f9c30b5348bbb2b41d4ffa6c7688dec8e0074a (patch)
tree8509f516b05a52fd29a2cdbd11234f59cedb19dd /clang/lib/Frontend/ModuleDependencyCollector.cpp
parent5789e83dedb97588ad75cca36d01ba6c5142d6d3 (diff)
downloadbcm5719-llvm-71f9c30b5348bbb2b41d4ffa6c7688dec8e0074a.tar.gz
bcm5719-llvm-71f9c30b5348bbb2b41d4ffa6c7688dec8e0074a.zip
Move TypeSourceInfo to Type.h
TypeSourceInfo is a thin wrapper around TypeLocs. Notionally, the best place for it to live would be TypeLoc.h, but Decl.h requires it to be complete, so it needs to be lower in the dependency graph. Type.h seems like the next best place. By itself, this change has no impact on build time, because it doesn't remove a single dependency edge from a .cpp file to a .h file, but it is an incremental step towards making the AST headers less interdependent. Reviewers: rsmith Differential Revision: https://reviews.llvm.org/D71427
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud