[PATCH] D109315: [clang] Check unsupported types in expressions

Andrew Savonichev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 03:12:26 PDT 2021


asavonic reopened this revision.
asavonic added a comment.
This revision is now accepted and ready to land.

This is weird... Buildbot reported that `lock/omp_init_lock.c` test
crashed with SIGSEGV, but I cannot reproduce this on my machine.

I added a check for a null QualType; not sure if it fixes the issue
with the test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109315/new/

https://reviews.llvm.org/D109315



More information about the cfe-commits mailing list