]> git.tdb.fi Git - builder.git/blob - clangcompiler.h
034b63654983c61f9ec6193d7e24781d152314f0
[builder.git] / clangcompiler.h
1 #ifndef CLANGCOMPILER_H_
2 #define CLANGCOMPILER_H_
3
4 #include <msp/builder/customizedtool.h>
5
6 class ClangCompiler: public CustomizedTool
7 {
8 public:
9         ClangCompiler(Builder &, const Architecture &, const std::string &);
10 };
11
12 #endif