Diagnostics relating to computation of values should only be produced if an
expression is live. For example: #if 0 ? 124/0 : 42 should cause no error. This implements test/Preprocessor/expr_liveness.c llvm-svn: 39397
Loading
Please register or sign in to comment