There was a crash when qualtype is null in the function Sema::ActOnCXXNestedNameSpecifierDecltype. If it is null then just return without processing it further.
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Looks like @rtrieu beat you to the punch in r336475! Presumably thats why the test case wasn't failing on TOT. Since this is already fixed, you should mark this revision as abandoned.
T.isNull()? Also, we use 2 space indentation in LLVM.