| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
In r199283 I switched the name of this variable to CCC_OVERRIDE_OPTIONS, but
I kept some code to continue recognizing the old name temporarily. As far as
I know, the only use of this was for some internal testing at Apple, and we've
now switched to use the new name. If anyone else is still using this and needs
more time to switch names, I guess we'll find out! <rdar://problem/15821425>
llvm-svn: 201962
|
| |
|
|
|
|
|
| |
Continue to accept the old name for a while to make it an easier transition
for people who rely on this.
llvm-svn: 199283
|
| |
|
|
| |
llvm-svn: 191300
|
| |
|
|
| |
llvm-svn: 189822
|
| |
|
|
|
|
| |
I will investigate why it still fails, but for now this gets the bots green.
llvm-svn: 189807
|
| |
|
|
|
|
|
| |
Convert the last few tests using -ccc-print-options to -### and remove
-ccc-print-options.
llvm-svn: 189802
|
| |
|
|
|
|
| |
requires the feature 'clang-driver' for cygming.
llvm-svn: 187405
|
| |
|
|
|
|
|
|
|
| |
output rather than just part of it.
Also, remove the frighteningly ancient comment about not working with
the gcc-driver. (!!!)
llvm-svn: 187376
|
| |
|
|
| |
llvm-svn: 175824
|
| |
|
|
| |
llvm-svn: 175791
|
| |
|
|
|
|
|
|
| |
before the DiagnosticsEngine is instantiated. Otherwise, warning options are
not handled correctly.
rdar://13254743
llvm-svn: 175779
|
| |
|
|
|
|
|
| |
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).
llvm-svn: 91460
|
| |
|
|
|
|
| |
- I still want to get rid of them, but manually handling them isn't adding value.
llvm-svn: 90602
|
| |
|
|
| |
llvm-svn: 85133
|
| |
|
|
|
|
| |
- This silences the output about how command line arguments are being changed.
llvm-svn: 76107
|
|
|
- Cover your eyes...
- This is a simple but effective way to allow developers to build a
project with clang while manipulating the command line, without
having to edit the project itself.
llvm-svn: 69342
|