Aaron Ballman 94d36fdbd7 Fix a crash on invalid with _Generic expressions
We were failing to check if the controlling expression is dependent or
not when testing whether it has side effects. This would trigger an
assertion. Instead, if the controlling expression is dependent, we
suppress the check and diagnostic.

This fixes Issue 50227.
2022-05-04 12:41:56 -04:00
..
2022-01-28 11:55:46 -08:00
2022-05-03 07:14:12 -04:00

See llvm/docs/README.txt