[PATCH] D33644: Add default values for function parameter chunks

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 05:31:57 PDT 2017


klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: lib/Sema/SemaCodeComplete.cpp:2422
+  std::string DefValue{srcText};
+  // TODO: remove this check if the Lexer::getSourceText value is fixed and
+  // this value always has (or always does not have) '=' in front of it
----------------
Final nit: TODO is spelled FIXME in llvm/clang.


https://reviews.llvm.org/D33644





More information about the cfe-commits mailing list