summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/print-header-includes.c
Commit message (Collapse)AuthorAgeFilesLines
* clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber2014-07-061-4/+4
| | | | llvm-svn: 212383
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-0/+7
| | | | | | | | | | This option prints information about #included files to stderr. Clang could already do it, this patch just teaches the existing code about the /showIncludes style and adds the flag. Differential Revision: http://llvm-reviews.chandlerc.com/D1333 llvm-svn: 188037
* Frontend: Add basic -H support.Daniel Dunbar2010-08-241-0/+8
- I didn't implement the GCC "multiple include guard" detection parts, because it doesn't seem useful or obvious. llvm-svn: 111983
OpenPOWER on IntegriCloud