Skip to content
Commit 86054a96 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 6acf7597
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment