Version: git master (using KDE 4.7.4) OS: Linux code such as namespace B{} struct A{ using namespace B; }; is accepted by the parser, which is rejected by gcc. it would be nice to report to the user that this is an invalid construct. Reproducible: Always Steps to Reproduce: 1) enter code 2) profit! Actual Results: highlighted source Expected Results: red underlining and a reported problem like "using namespace X not valid in class scope"
Created attachment 98436 [details] The bug has already been resolved. The bug has already been resolved as shown in the snapshot. I am using Ubuntu 15.10 to test the same.
True, thanks for the feedback!