klimek added inline comments.

================
Comment at: lib/Sema/SemaCodeComplete.cpp:2411-2412
+  if (DefValue.at(0) != '=') {
+    // If we don't have = in front of value
+    return " = " + DefValue;
+  }
----------------
Can you expand in the comment on when each of these happens? Intuitively I'd 
have expected that only one of these cases can happen (I assume this is because 
of the forward-declared type?)


https://reviews.llvm.org/D33644



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to