Use Doxygen-style comments.
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.h
1 //===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open
6 // Source License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 //  Auto-generated tool descriptions - public interface.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #ifndef LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
15 #define LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
16
17 #include "llvm/ADT/StringMap.h"
18
19 #include <string>
20
21 namespace llvmc {
22
23   typedef llvm::StringMap<std::string> LanguageMap;
24   class CompilationGraph;
25
26   /// PopulateLanguageMap - The auto-generated function that fills in
27   /// the language map (map from file extensions to language names).
28   void PopulateLanguageMap(LanguageMap& language_map);
29   /// PopulateCompilationGraph - The auto-generated function that
30   /// populates the compilation graph with nodes and edges.
31   void PopulateCompilationGraph(CompilationGraph& tools);
32 }
33
34 #endif // LLVM_TOOLS_LLVMC2_AUTOGENERATED_H