From: Mikhail Glushenkov Date: Wed, 17 Dec 2008 02:47:30 +0000 (+0000) Subject: Update also the generated docs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2d0484c02cc99e30f320dec376b102ad7a961904;p=oota-llvm.git Update also the generated docs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61118 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.