[cfe-dev] Disable Short-Circuit Evaluation?

Joshua Cranmer Pidgeot18 at gmail.com
Mon Oct 10 07:09:54 PDT 2011


On 10/10/2011 8:27 AM, Justin Holewinski wrote:
> Is there any way to disable short-circuit evaluation of expressions in 
> Clang/LLVM?
The short-circuit nature of && and || are required by the C 
specification. If you don't want them to be short-circuit, use & and | 
instead.

-- 
Joshua Cranmer
News submodule owner
DXR coauthor




More information about the cfe-dev mailing list