History log of /external/clang/test/Driver/at_file.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8fb316ab6bf3ffc3f8d7aaac3d2091c319e1527d 23-Jul-2013 Hans Wennborg <hans@hanshq.net> Expand test/Driver/at_file.c test to check that PR16209 is fixed.

It was fixed by r186603.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186962 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/at_file.c
87f2cb5aec7b81ea6f6f9fbf6e14ef4f2de6dea6 18-Jul-2013 Reid Kleckner <reid@kleckner.net> [Driver] Use LLVM's response file parser because it can read UTF-16

MSBuild writes response files as UTF-16 little endian with a byte order
mark. With this change, clang will be able to read them, although we
still can't parse any of their flags.

Adds a UTF-16-LE response file with a BOM for testing.

Differential Revision: http://llvm-reviews.chandlerc.com/D1137

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186603 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/at_file.c
8a1af325b424c3cf62a6164a43466b473ec5a666 19-Jul-2010 Rafael Espindola <rafael.espindola@gmail.com> Implement support for reading arguments specified in a file with @file. If
there is no file named "file", keep the @file option unchanged.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108697 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/at_file.c
6658874a26a139088d7288fd35741c1d5e7caf6b 19-Jul-2010 Daniel Dunbar <daniel@zuster.org> Revert r108672, "Implement support for reading arguments specified in a file
with @file.", it doesn't correctly handle cases where arguments starting with
'@' are passed to other command line arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108686 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/at_file.c
1c2ab11bc5c72e03f27e5689c7432e879b425d06 19-Jul-2010 Rafael Espindola <rafael.espindola@gmail.com> Implement support for reading arguments specified in a file with @file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108672 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/at_file.c