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
- Repository
- rL LLVM
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 17302 cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Sema/TreeTransform.h
cfe/trunk/test/SemaCXX/lambda-expressions.cpp
|