Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the -i[no-]system-prefix options from CC1Options.td to Options.td. | Alexander Kornienko | 2014-03-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Summary: This allows them to be used without -cc1 the same way as -I and -isystem. Renamed the options to --system-header-prefix=/--no-system-header-prefix to avoid interference with -isystem and make the intent of the option cleaner. Reviewers: rsmith Reviewed By: rsmith CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D3185 llvm-svn: 204775 | ||||
* | Try to fix the test for Windows paths after r196859 | Dmitri Gribenko | 2013-12-10 | 1 | -3/+3 |
| | | | | llvm-svn: 196862 | ||||
* | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith | 2012-06-13 | 1 | -0/+11 |
override whether headers are system headers by checking for prefixes of the header name specified in the #include directive. This allows warnings to be disabled for third-party code which is found in specific subdirectories of include paths. llvm-svn: 158418 |