commit | 559fb554602bedb57dbbf3cc14ac8a38264b4547 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Sep 09 00:05:53 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Sep 09 00:05:53 2010 +0000 |
tree | b104938f48e69198ff5051b9ff456497ddd395f8 | |
parent | 1efb6c716397f2c4e3ede3a4853c5efebb375441 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113447 91177308-0d34-0410-b5e6-96231b3b80d8