Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.11.0-rc1
Description
For code similar to this:
if(const bool a = []() { std::string b; return b.empty(); }(); a) ;
highlighting (in the lambda) and code completion is not working (see the screenshot).