Skip to content
Commit c42f3451 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

When building SwitchStmts in Sema, record whether all the enum values of a switch(enum) where

covered by individual case statements.  Flow-based analyses may wish to consult this information,
and recording this in the AST allows us to obviate reconstructing this information later when
we build the CFG.

llvm-svn: 113447
parent a5614c5f
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