bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Add function to collect all of a file's transitive includes #55

Closed begroh closed 4 years ago

begroh commented 4 years ago

Describe your changes Add a function to IncludeGraphDependencies to collect all of a file's direct and intransitive includes.

Testing performed Added unit tests to verify expected behavior.

begroh commented 4 years ago

@dbeer1 @envp @HaltCatchFire