[cfe-commits] Undo the incorrect modification of SS in Sema::ClassifyName

Douglas Gregor dgregor at apple.com
Wed Jul 13 14:37:04 PDT 2011


On Jul 13, 2011, at 12:52 PM, Kaelyn Uhrain wrote:

> Here's a patch that removes one place where the CXXScopeSpec was being modified when it shouldn't have been, and in doing so causing the wrong diagnostic message to be emitted. Updating SS was a remnant of a version of my namespace correction patch which didn't get cleaned up properly (removed) before submission. All tests pass and the proper message is given for Chris' example (which was added to the unit test) in http://llvm.org/bugs/show_bug.cgi?id=10318

Looks great! Committed as r135086.

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110713/9580d8df/attachment.html>


More information about the cfe-commits mailing list