Cosmetic cleanups

This commit is contained in:
David Ungar
2019-01-30 17:16:49 -08:00
parent 4bd712731c
commit 2f65ac3735
11 changed files with 32 additions and 27 deletions

View File

@@ -231,6 +231,8 @@ public:
/// ("depends") are not cleared; new dependencies are considered additive.
///
/// If \p node has already been marked, only its outgoing edges are updated.
/// The third argument is ignored here, but must be present so that the same
/// call site can polymorphically call \ref experimental_dependencies::ModuleDepGraph::loadFromPath
LoadResult loadFromPath(T node, StringRef path, DiagnosticEngine &) {
return DependencyGraphImpl::loadFromPath(Traits::getAsVoidPointer(node),
path);