timshen added inline comments.
================ Comment at: clang/include/clang/Analysis/CallGraph.h:204 + static clang::CallGraphNode * + CGGetValue(decltype(*std::declval<clang::CallGraph::const_iterator>()) &P) { + return P.second.get(); ---------------- Does clang::CallGraph::const_iterator::value_type work? https://reviews.llvm.org/D25427 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits