"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "193b6f32816c024920081d109973cd79284b3888"
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
Loading
Please register or sign in to comment