summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/iframework.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -iframeworkwithsysroot compiler optionAlex Lorenz2017-03-131-0/+1
| | | | | | | | | | | | | This commit adds support for a new -iframeworkwithsysroot compiler option which allows the user to specify a framework path that can be prefixed with the sysroot. This option is similar to the -iwithsysroot option that exists to supplement -isystem. rdar://21316352 Differential Revision: https://reviews.llvm.org/D30183 llvm-svn: 297614
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* -iframework should allow separate arguments.Douglas Gregor2012-09-251-1/+1
| | | | llvm-svn: 164607
* Frontend: Support -iframework.Daniel Dunbar2011-10-181-0/+3
llvm-svn: 142418
OpenPOWER on IntegriCloud