aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/AutoGenerated.h
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-07 21:50:19 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-07 21:50:19 +0000
commitbe46ae1bb4c0236202351795fcb54ef7a9e4529b (patch)
tree29fa06e6f00b4b874fe449a847c6431d0c472024 /tools/llvmc2/AutoGenerated.h
parentd4bc552279c07effdc69459cb90379c66c3c376b (diff)
downloadexternal_llvm-be46ae1bb4c0236202351795fcb54ef7a9e4529b.zip
external_llvm-be46ae1bb4c0236202351795fcb54ef7a9e4529b.tar.gz
external_llvm-be46ae1bb4c0236202351795fcb54ef7a9e4529b.tar.bz2
Use Doxygen-style comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50833 91177308-0d34-0410-b5e6-96231b3b80d8
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 49248d9..3b65256 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);
}