]> granicus.if.org Git - clang/commit
Support QA_OVERRIDE_GCC3_OPTIONS
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Apr 2009 01:54:00 +0000 (01:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Apr 2009 01:54:00 +0000 (01:54 +0000)
commitec9587d5bed6149f6df8b57192bb787c62aedb1b
tree2c21a41837a9b5448a6bf34115e7e7bdeda04836
parent0e4f40e1bbc4dce16bbb9870300a435419f1b3d5
Support QA_OVERRIDE_GCC3_OPTIONS
 - 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69342 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/qa_override.c [new file with mode: 0644]
tools/driver/driver.cpp