Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added CFGTerminator class, that holds information about CFGBlock terminator ↵ | Marcin Swiderski | 2010-10-29 | 1 | -1/+2 |
| | | | | | | statement. llvm-svn: 117642 | ||||
* | Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch | Zhongxing Xu | 2010-09-16 | 1 | -5/+9 |
| | | | | | | and discussions with Ted and Jordy. llvm-svn: 114056 | ||||
* | Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ↵ | Ted Kremenek | 2010-09-09 | 1 | -5/+11 |
| | | | | | | | | statement live if a switch on an enum value has explicit 'case:' statements for each enum value. llvm-svn: 113451 | ||||
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -1/+1 |
| | | | | | | to the new constants. llvm-svn: 112047 | ||||
* | Move the rest of the unreachable code analysis from libSema | Ted Kremenek | 2010-02-23 | 1 | -9/+235 |
| | | | | | | to libAnalysis (with only the error reporting in libSema). llvm-svn: 96893 | ||||
* | Start moving some of the logic for the unreachable code analysis out of libSema | Ted Kremenek | 2010-02-23 | 1 | -0/+52 |
and into libAnalysis. llvm-svn: 96872 |