From d15a02461aa36ab835e4b7946590c129e66915a7 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Wed, 17 Dec 2008 02:47:30 +0000 Subject: [PATCH] Update also the generated docs. llvm-svn: 61118 --- docs/CompilerDriver.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index ccd23ebc733..7d0399016d0 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -371,6 +371,8 @@ Example: (in_language (not_empty "o"). +
  • empty - The opposite of not_empty. Equivalent to (not (not_empty +X)). Provided for convenience.
  • default - Always evaluates to true. Should always be the last test in the case expression.
  • and - A standard logical combinator that returns true iff all @@ -462,7 +464,10 @@ like a linker.