https://bugs.kde.org/show_bug.cgi?id=358799

Igor Kushnir <igor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igor...@gmail.com

--- Comment #8 from Igor Kushnir <igor...@gmail.com> ---
The `= {} /* TODO */` part is intentional - implemented in
https://commits.kde.org/kdevelop/ba2ecbaeba206644c1134569e6da40047096487a to
fix another bug you reported :). Locations of the feature and the test in the
current code:
$ git grep -n '/\* TODO \*/'
plugins/clang/codegen/adaptsignatureassistant.cpp:213:               
newSignature.defaultParams[i] = QStringLiteral("{} /* TODO */");
plugins/clang/tests/test_assistants.cpp:469:        << "class Foo { void
bar(bool b, int i = 0, char c = {} /* TODO */); };"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to