Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs. | Alexey Bataev | 2019-07-17 | 1 | -0/+4 |
| | | | | | | | Fixed processing of the CapturedStmt children to fix the crash of the OpenMP constructs during analysis. llvm-svn: 366357 | ||||
* | [Analyzer] Terminate analysis on OpenMP code instead of assertion crash | Aleksei Sidorin | 2017-03-03 | 1 | -0/+7 |
* ExprEngine assumes that OpenMP statements should never appear in CFG. However, current CFG doesn't know anything about OpenMP and passes such statements as CFG nodes causing "UNREACHABLE executed!" crashes. Since there is no OpenMP implementation in ExprEngine or CFG, we stop the analysis on OpenMP statements to avoid crashes. This fixes PR31835. Differential Revision: https://reviews.llvm.org/D30565 llvm-svn: 296884 |