I've included a unit test with a function template containing a variable
of incomplete type. Clang compiles this without errors (the standard
does not require a diagnostic in this case). Without the fix, this case
triggers the crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM