summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/HeaderIncludeGen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar2011-02-021-7/+30
| | | | | | information to a file. llvm-svn: 124750
* Frontend: Add support (unused) for showing all "interesting" headers, not justDaniel Dunbar2011-02-021-21/+16
| | | | | | ones outside the predefines buffer (which is what -H does). llvm-svn: 124749
* Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar2011-02-021-0/+87
callbacks class. - Aside from being generally cleaner, this also allows -H to work correctly in modes other than standard preprocessing (e.g., -c, -MM, etc.) llvm-svn: 124723
OpenPOWER on IntegriCloud