| Summary: | parser does not understand 'auto*' | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Matthew Woehlke <mwoehlke.floss> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevelop/881436b6620a9948f53be6590919791ac18195af | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Matthew Woehlke
2014-06-13 23:26:38 UTC
Git commit 881436b6620a9948f53be6590919791ac18195af by Milian Wolff. Committed on 20/06/2014 at 22:21. Pushed by mwolff into branch 'master'. C++11: properly support "auto* v = ..." syntax. M +22 -1 languages/cpp/cppduchain/tests/test_duchain_cpp2011.cpp M +3 -2 languages/cpp/cppduchain/typebuilder.cpp http://commits.kde.org/kdevelop/881436b6620a9948f53be6590919791ac18195af Awesome; thanks Milian! |