[PATCH] D30565: [analyzer] Terminate analysis on OpenMP code instead of crashing

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 3 04:52:12 PST 2017


a.sidorin added a comment.

`git blame` shows that OMP* statements were added to the switch block by different authors while OpenMP support in clang was implemented. Looks like they were put to "Should not appear" section instead of "Unsupported" by mistake.


https://reviews.llvm.org/D30565





More information about the cfe-commits mailing list