Previously we would attempt to build a TypeSourceInfo for a null type,
and then we would forget to pop the function scope before returning an
error.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D6665
Handle errors in lambda prototype instantiation correctly ClosedPublic Authored by rnk on Dec 15 2014, 11:28 AM.
Details Summary Previously we would attempt to build a TypeSourceInfo for a null type,
Diff Detail Event Timelinernk updated this object. Closed by commit rL224271: Handle errors in lambda prototype instantiation correctly (authored by rnk). · Explain WhyDec 15 2014, 1:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 17297 include/clang/Sema/Sema.h
lib/Sema/TreeTransform.h
test/SemaCXX/lambda-expressions.cpp
|