aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/AutoGenerated.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/AutoGenerated.h')
-rw-r--r--tools/llvmc2/AutoGenerated.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/llvmc2/AutoGenerated.h b/tools/llvmc2/AutoGenerated.h
index 49248d9f13..3b65256e0a 100644
--- a/tools/llvmc2/AutoGenerated.h
+++ b/tools/llvmc2/AutoGenerated.h
@@ -23,7 +23,11 @@ namespace llvmc {
typedef llvm::StringMap<std::string> LanguageMap;
class CompilationGraph;
+ /// PopulateLanguageMap - The auto-generated function that fills in
+ /// the language map (map from file extensions to language names).
void PopulateLanguageMap(LanguageMap& language_map);
+ /// PopulateCompilationGraph - The auto-generated function that
+ /// populates the compilation graph with nodes and edges.
void PopulateCompilationGraph(CompilationGraph& tools);
}