[cfe-commits] r67184 - /cfe/trunk/include/clang/Driver/Options.def
Daniel Dunbar
daniel at zuster.org
Wed Mar 18 01:03:24 PDT 2009
Author: ddunbar
Date: Wed Mar 18 03:03:24 2009
New Revision: 67184
URL: http://llvm.org/viewvc/llvm-project?rev=67184&view=rev
Log:
Driver: Forgot to mark -### as a driver option.
Modified:
cfe/trunk/include/clang/Driver/Options.def
Modified: cfe/trunk/include/clang/Driver/Options.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.def?rev=67184&r1=67183&r2=67184&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.def (original)
+++ cfe/trunk/include/clang/Driver/Options.def Wed Mar 18 03:03:24 2009
@@ -102,7 +102,7 @@
//////////
// Options
-OPTION("-###", _HASH_HASH_HASH, Flag, INVALID, INVALID, "", 0)
+OPTION("-###", _HASH_HASH_HASH, Flag, INVALID, INVALID, "d", 0)
OPTION("--CLASSPATH=", _CLASSPATH_EQ, Joined, INVALID, fclasspath_EQ, "", 0)
OPTION("--CLASSPATH", _CLASSPATH, Separate, INVALID, fclasspath_EQ, "J", 0)
OPTION("--all-warnings", _all_warnings, Flag, INVALID, Wall, "", 0)
More information about the cfe-commits
mailing list