Summary: | C++11: ref qualifiers not recognized on non-static member functions (class.mfct.non-static p5) | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | John <john5342> |
Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | illissius |
Priority: | NOR | ||
Version: | 4.4.1 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/4f7dc5113be5967d84cad1fcd5effc7e65c8a824 | Version Fixed In: | |
Sentry Crash Report: |
Description
John
2012-11-22 01:04:29 UTC
Git commit 4f7dc5113be5967d84cad1fcd5effc7e65c8a824 by Milian Wolff. Committed on 08/01/2013 at 01:07. Pushed by mwolff into branch 'master'. Properly parse C++11 reference bindings. These are ignored in the semantic analysis for now but at least this way code completion does not break and no annoying errors are shown. M +2 -0 languages/cpp/parser/ast.h M +13 -1 languages/cpp/parser/parser.cpp M +1 -0 languages/cpp/parser/parser.h M +1 -0 languages/cpp/parser/tests/test_parser.h M +11 -0 languages/cpp/parser/tests/test_parser_cpp2011.cpp http://commits.kde.org/kdevelop/4f7dc5113be5967d84cad1fcd5effc7e65c8a824 Yay, thank you. Building from master once I get home... |