| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217. | Nico Weber | 2014-07-06 | 1 | -4/+4 |
| | | | | | llvm-svn: 212383 | ||||
| * | clang-cl: Support /showIncludes | Hans Wennborg | 2013-08-09 | 1 | -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 Dunbar | 2010-08-24 | 1 | -0/+8 |
| - I didn't implement the GCC "multiple include guard" detection parts, because it doesn't seem useful or obvious. llvm-svn: 111983 | |||||

