A quick review anyone?

Thanks.

-John

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
On Behalf Of John Thompson
Sent: Tuesday, August 13, 2013 11:11 AM
To: [email protected]
Cc: [email protected]
Subject: [PATCH] Header dependencies support for modularize

In using modularize to check a large group of platform headers for 
modules-readiness, I found that a few headers had dependencies, such that they 
required other headers to be included first to avoid compile errors on missing 
definitions.

This patch adds support to modularize to allow specifying depended-on headers 
in the header file list input to modularize, i.e.

header.h: dependency1.h dependency2.h


http://llvm-reviews.chandlerc.com/D1383

Files:
  test/modularize/NoProblemsDependencies.modularize
  test/modularize/Inputs/SomeOtherTypes.h
  test/modularize/Inputs/IsDependent.h
  modularize/Modularize.cpp

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to