[cfe-dev] Publish dependency map (header files)

Malcolm Parsons via cfe-dev cfe-dev at lists.llvm.org
Wed Dec 21 02:28:05 PST 2016


On 21 December 2016 at 10:19, Ramesh Babu via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I want to publish a dependency map for my source file. Can you suggest a way
> I could achieve this by getting a list of #include in the source code?

Doxygen can create an include dependency graphs -
http://www.stack.nl/~dimitri/doxygen/manual/diagrams.html

e.g. http://clang.llvm.org/doxygen/Action_8h.html

-- 
Malcolm Parsons



More information about the cfe-dev mailing list