r.stahl added inline comments.

================
Comment at: lib/CrossTU/CrossTranslationUnit.cpp:120
+}
+template <typename T> static bool hasDefinition(const T *D) {
+  const T *Unused;
----------------
martong wrote:
> `hasDefinitionOrInit` ?
I simply made it `hasBodyOrInit` now to be as clear as possible


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46421/new/

https://reviews.llvm.org/D46421



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

Reply via email to