[PATCH] D44300: [SemaOverload] Fixed crash on code completion

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 9 06:37:27 PST 2018


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Sema/SemaOverload.cpp:6251
+                         : P->getDefaultArg();
+      if (!DefArg)
+        return false;
----------------
comment this case can be hit in code completion


Repository:
  rC Clang

https://reviews.llvm.org/D44300





More information about the cfe-commits mailing list