Move the -i[no-]system-prefix options from CC1Options.td to Options.td.
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
Showing
- clang/docs/UsersManual.rst 6 additions, 5 deletionsclang/docs/UsersManual.rst
- clang/include/clang/Driver/CC1Options.td 0 additions, 8 deletionsclang/include/clang/Driver/CC1Options.td
- clang/include/clang/Driver/Options.td 10 additions, 0 deletionsclang/include/clang/Driver/Options.td
- clang/lib/Frontend/CompilerInvocation.cpp 4 additions, 4 deletionsclang/lib/Frontend/CompilerInvocation.cpp
- clang/test/Frontend/system-header-prefix.c 2 additions, 1 deletionclang/test/Frontend/system-header-prefix.c
Loading
Please register or sign in to comment